aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2012_06_02_07_world_Misc.sql6
1 files changed, 6 insertions, 0 deletions
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`);