diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-19 11:23:33 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-19 11:23:33 +0200 |
commit | aeaf4da0eb26dfdb20fc0c30e29bdef14dca6e4e (patch) | |
tree | 1c0b594e24e5a73510df9cf74d0884eec7cb203e | |
parent | 3b1d74a67fc3790f35a40407bef11a76c49dc3ff (diff) |
DB/Misc: Fix startup errors
By Killyana, updates #13707
-rw-r--r-- | sql/updates/world/2015_04_19_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_19_00_world.sql b/sql/updates/world/2015_04_19_00_world.sql new file mode 100644 index 00000000000..9a11cc65e77 --- /dev/null +++ b/sql/updates/world/2015_04_19_00_world.sql @@ -0,0 +1,5 @@ +-- +SET @GUID := 143596; +DELETE FROM `smart_scripts` WHERE `entryorguid` BETWEEN -@GUID-89 AND -@GUID-0 AND `source_type`=0; +UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=36421 WHERE `entryorguid`= 1999500 AND `Source_type`= 9 AND `id`= 17; +UPDATE `creature` SET `MovementType`=0 WHERE `guid`=120692; |