From 3f7ad3ba5c81c79a534969f16e90e68f333aa6a2 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 11 Aug 2018 15:16:59 +0200 Subject: DB/SAI: Update target for whisper text Target self for whisper text type cannot be used anymore Closes #22249 --- sql/updates/world/3.3.5/2018_08_11_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_08_11_02_world.sql diff --git a/sql/updates/world/3.3.5/2018_08_11_02_world.sql b/sql/updates/world/3.3.5/2018_08_11_02_world.sql new file mode 100644 index 00000000000..300cdb862be --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_11_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=23, target_param1=0 WHERE `entryorguid` IN (27899, 32331, 28665, 27959) AND `source_type`=0 AND `action_type` IN (1); -- cgit v1.2.3