Core/Vmap: Fix loading error.

DB/Misc: Fixes
This commit is contained in:
hondacrx
2018-04-14 16:46:44 -04:00
parent acc4967871
commit bcc61c3ab9
4 changed files with 8297 additions and 1 deletions
@@ -104,7 +104,7 @@ namespace Game.Collision
T obj = objects[idx];
if (obj != null)
_callback.Invoke(p, Convert.ToUInt32(obj));
_callback.Invoke(p, obj);
}
}
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
--
UPDATE `creature_template_addon` SET `auras`="" WHERE `entry`= 45848;
DELETE FROM `creature_addon` WHERE `guid` IN (254173,254245,254264,254319,254320);