mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Misc: Fix wrong types in creature_text and kill some DB startup errors
This commit is contained in:
6
sql/updates/world/2011_05_22_07_world_misc.sql
Normal file
6
sql/updates/world/2011_05_22_07_world_misc.sql
Normal 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;
|
||||
Reference in New Issue
Block a user