DB/Creature: Remove some incorrect bytes from Coilskar mobs

Closes #6891
This commit is contained in:
Aokromes
2014-07-21 02:11:50 +02:00
parent 8934eb0084
commit c1006c5a53

View 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);