From 4392b499837d5ac2927e422186110a5b160d00fa Mon Sep 17 00:00:00 2001 From: Malcrom Date: Sat, 2 Jun 2012 21:49:58 -0230 Subject: DB/misc: Fix up some flying creatures and remove some creature_addons. --- sql/updates/world/2012_06_02_07_world_Misc.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2012_06_02_07_world_Misc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_06_02_07_world_Misc.sql b/sql/updates/world/2012_06_02_07_world_Misc.sql new file mode 100644 index 00000000000..c541819841c --- /dev/null +++ b/sql/updates/world/2012_06_02_07_world_Misc.sql @@ -0,0 +1,6 @@ +-- Fix some Flying Stormpeaks Wyms +UPDATE `creature_addon` SET `bytes1`=50331648 WHERE `guid` IN (101109,101111,101112,101121,101123,101124); +-- Fix some Flying Wild Wyms +UPDATE `creature_addon` SET `bytes1`=50331648 WHERE `guid` IN (202972,202973,202974,202975,202976,202977); +-- remove some bad creature_addon records +DELETE FROM `creature_addon` WHERE `guid` NOT IN (SELECT `guid` FROM `creature`); -- cgit v1.2.3