diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-13 13:15:08 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-13 13:15:08 +0100 |
commit | f7e2fe766d372e6d69e4b8025b495d2ce282dd34 (patch) | |
tree | 5b7b7b0572a5acda98fabc86ea27c9b4ea0d168b | |
parent | f060b8f6b82f74f21a7e7d1812bc94336ebadb52 (diff) |
DB/Misc: Fix 3 startup errors
Updates #13707
-rw-r--r-- | sql/updates/world/2015_02_13_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_13_04_world.sql b/sql/updates/world/2015_02_13_04_world.sql new file mode 100644 index 00000000000..96db7cbf845 --- /dev/null +++ b/sql/updates/world/2015_02_13_04_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `target_o`=0 WHERE `entryorguid`=177490 AND `source_type`=1 AND `id`=0; +UPDATE `smart_scripts` SET `target_o`=0 WHERE `entryorguid`=177490 AND `source_type`=1 AND `id`=2; +UPDATE `smart_scripts` SET `target_o`=0 WHERE `entryorguid`=2749200 AND `source_type`=9 AND `id`=5; |