diff options
| author | Killyana <morphone1@gmail.com> | 2018-08-11 15:16:59 +0200 | 
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-08-11 15:16:59 +0200 | 
| commit | 3f7ad3ba5c81c79a534969f16e90e68f333aa6a2 (patch) | |
| tree | 153d0c96613b0576079856398afb4d89e2763f08 | |
| parent | ab1a3f4b253b42a63f0681bb1bbb245395ac98f2 (diff) | |
DB/SAI: Update target for whisper text
Target self for whisper text type cannot be used anymore
Closes #22249
| -rw-r--r-- | sql/updates/world/3.3.5/2018_08_11_02_world.sql | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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);  | 
