DB/Misc: Fix wrong types in creature_text and kill some DB startup errors

This commit is contained in:
Nay
2011-05-22 18:20:08 +01:00
parent 589fed54d1
commit 7d1e7de961

View File

@@ -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;