From 9677e2bb28cc6919c832595c2cd6dd95bf146ac9 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 8 Jan 2020 06:47:32 +0100 Subject: [PATCH] [hellfire] Correct size of CheckPlrSpell --- comparer-config/hellfire.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comparer-config/hellfire.toml b/comparer-config/hellfire.toml index 83046877e..c735f5eb6 100644 --- a/comparer-config/hellfire.toml +++ b/comparer-config/hellfire.toml @@ -7970,7 +7970,7 @@ size = 0xBF [[func]] name = "CheckPlrSpell" addr = 0x45E003 -size = 0x21 +size = 0x336 [[func]] name = "SyncPlrAnim"