diff options
author | Killyana <morphone1@gmail.com> | 2015-12-17 02:06:21 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2016-01-16 13:13:31 +0100 |
commit | b4a144d5d1e4528a33f84c312deb3bd4cb61f2b5 (patch) | |
tree | c4d45acb6a2334b86367b77e4aa99721ada4b7b5 | |
parent | 2c09bc682d6b16d71d373f8b78f35166dfef8450 (diff) |
DB/SAI: Fix a target typo in a previous commit
(cherry picked from commit e1bcd10c9bc2ccfacb5edd80bd4212f28cf8fc30)
-rw-r--r-- | sql/updates/world/2016_01_16_03_world_2015_12_17_00.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_16_03_world_2015_12_17_00.sql b/sql/updates/world/2016_01_16_03_world_2015_12_17_00.sql new file mode 100644 index 00000000000..8419473b203 --- /dev/null +++ b/sql/updates/world/2016_01_16_03_world_2015_12_17_00.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `target_type`=1, `target_param1`=0 WHERE `entryorguid`=2710200 AND `source_type`=9 AND `id`=4; +UPDATE `smart_scripts` SET `target_type`=21, `target_param1`=50 WHERE `entryorguid`=2710200 AND `source_type`=9 AND `id`=3; |