mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
DB/Creature: Remove some incorrect bytes from Coilskar mobs
Closes #6891
This commit is contained in:
3
sql/updates/world/2014_07_21_00_world_misc.sql
Normal file
3
sql/updates/world/2014_07_21_00_world_misc.sql
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` = 19768);
|
||||||
|
UPDATE creature_template_addon SET `bytes1`=0, `bytes2`=0 WHERE `entry` IN (19762, 19768, 19784);
|
||||||
Reference in New Issue
Block a user