diff options
author | Killyana <morphone1@gmail.com> | 2015-12-17 02:06:21 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-12-17 02:06:21 +0100 |
commit | e1bcd10c9bc2ccfacb5edd80bd4212f28cf8fc30 (patch) | |
tree | b43fd61cfddbc68e1216642b55e0604b245f9c4f | |
parent | 7f404f00e7ed8e7edaef3f5858d16b7aa1ea5267 (diff) |
DB/SAI: Fix a target typo in a previous commit
-rw-r--r-- | sql/updates/world/2015_12_17_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_12_17_00_world.sql b/sql/updates/world/2015_12_17_00_world.sql new file mode 100644 index 00000000000..8419473b203 --- /dev/null +++ b/sql/updates/world/2015_12_17_00_world.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; |