From 7d1e7de961bd404036ec4faebcd6c3eae9a6128f Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 22 May 2011 18:20:08 +0100 Subject: DB/Misc: Fix wrong types in creature_text and kill some DB startup errors --- sql/updates/world/2011_05_22_07_world_misc.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2011_05_22_07_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_22_07_world_misc.sql b/sql/updates/world/2011_05_22_07_world_misc.sql new file mode 100644 index 00000000000..0f4eb84ffab --- /dev/null +++ b/sql/updates/world/2011_05_22_07_world_misc.sql @@ -0,0 +1,6 @@ +UPDATE `creature_text` SET `type`=14 WHERE `type`=1; -- 9 rows changed +UPDATE `creature_text` SET `type`=16 WHERE `type`=2; -- 1 row changed + +-- Fix unrelated DB errors +UPDATE `creature_template` SET `unit_class`=8 WHERE `entry`=40418; +DELETE FROM `creature_addon` WHERE `guid`=136607; -- cgit v1.2.3