diff options
author | Kittnz <frederik156@hotmail.com> | 2016-01-18 09:27:35 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-29 20:21:14 +0200 |
commit | 0e65ec300eb1d0b1a8f4eb9055736a1383419c7b (patch) | |
tree | 945f638c8e515bc6a9e29528dc3aee3fc6c435b0 | |
parent | f46f9efab08f26d3796d351e3e64e309cea5135f (diff) |
DB: Fix startup errors
(cherry picked from commit 82c0a074b4a3dd696646e507d4b39f3b5e03cbe3)
-rw-r--r-- | sql/updates/world/2016_03_29_06_world_2016_01_18_01_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_29_06_world_2016_01_18_01_world.sql b/sql/updates/world/2016_03_29_06_world_2016_01_18_01_world.sql new file mode 100644 index 00000000000..9768ecda6c0 --- /dev/null +++ b/sql/updates/world/2016_03_29_06_world_2016_01_18_01_world.sql @@ -0,0 +1,8 @@ +UPDATE `creature` SET `MovementType`=1 WHERE `guid` IN (134870, 134856, 134857, 134859, 134861, 134862, 134863, 134864, 134865, 134866, 134868, 134871, 134878, 134872, 134873, 134874, 134875); +UPDATE `creature` SET `spawndist`=0 WHERE `guid`=131180; + +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=26853 AND `source_type`=0 AND `id`=2 AND `link`=0; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=26881 AND `source_type`=0 AND `id`=2 AND `link`=0; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=20234 AND `source_type`=0 AND `id`=2 AND `link`=0; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=26876 AND `source_type`=0 AND `id`=2 AND `link`=0; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=26602 AND `source_type`=0 AND `id`=2 AND `link`=0; |