Core/Vmap: Fix loading error.
DB/Misc: Fixes
This commit is contained in:
@@ -104,7 +104,7 @@ namespace Game.Collision
|
|||||||
|
|
||||||
T obj = objects[idx];
|
T obj = objects[idx];
|
||||||
if (obj != null)
|
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);
|
||||||
Reference in New Issue
Block a user