diff options
| author | Kittnz <frederik156@hotmail.com> | 2015-04-08 19:49:41 +0200 |
|---|---|---|
| committer | Kittnz <frederik156@hotmail.com> | 2015-04-08 19:49:41 +0200 |
| commit | dd34736757cae77581758f4bf0cef7ba48c73e0d (patch) | |
| tree | 2f8b5727ba5e5688a0036c4af1a00bc6a1d5c0ef | |
| parent | 6c1e4bc20d68d9fb548eb4896bd8b84a4c3ec4ff (diff) | |
DB/Misc: Fix startup errors
| -rw-r--r-- | sql/updates/world/2015_04_08_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_08_00_world.sql b/sql/updates/world/2015_04_08_00_world.sql new file mode 100644 index 00000000000..f2e13c01bd8 --- /dev/null +++ b/sql/updates/world/2015_04_08_00_world.sql @@ -0,0 +1,7 @@ +-- Kill some database errors +DELETE FROM `creature_addon` WHERE `guid` IN (52306, 52317, 52312, 52303, 52296, 127436, 127437); +UPDATE `creature` SET `spawndist`=0 WHERE `guid`=52331; +UPDATE `creature` SET `spawndist`=0 WHERE `guid`=52330; +UPDATE `creature` SET `spawndist`=0 WHERE `guid`=120692; +DELETE FROM `linked_respawn` WHERE `guid`=127436 AND `linkType`=0; +DELETE FROM `linked_respawn` WHERE `guid`=127437 AND `linkType`=0; |
