diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-13 08:46:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-13 08:46:06 +0200 |
commit | 1bf26d1e6ab3f5038e874f96fcb5e1d8f29a0e0d (patch) | |
tree | cd596c8a1c7683f137c4cf604672d649cf19fb66 | |
parent | b5cbc4a37a166c1c5d5a512170ac6e731c3a8a75 (diff) |
DB/Misc: Fix startup errors
-rw-r--r-- | sql/updates/world/6.x/2016_06_13_06_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_13_06_world.sql b/sql/updates/world/6.x/2016_06_13_06_world.sql new file mode 100644 index 00000000000..e24e6862de8 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_13_06_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `entry`=35009; +DELETE FROM `disables` WHERE `entry` IN(28098,28110); +UPDATE `creature_template` SET `type`=15 WHERE `entry` IN (48845,48828,48822,48818); +UPDATE `creature_template` SET `type`=5 WHERE `entry`=48693; +UPDATE `creature` SET `spawndist`=0 WHERE `MovementType`=0 AND `spawndist`!=0; |