From e1bcd10c9bc2ccfacb5edd80bd4212f28cf8fc30 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 17 Dec 2015 02:06:21 +0100 Subject: DB/SAI: Fix a target typo in a previous commit --- sql/updates/world/2015_12_17_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_12_17_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3