diff options
| author | Killyana <morphone1@gmail.com> | 2018-08-11 15:16:59 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-10-17 22:28:00 +0200 |
| commit | 679a4f4eb75ba99e076996f4f3f7ac68851b2c73 (patch) | |
| tree | 1d7f0cf57684d23e179510aa4b3a140a13208d1c | |
| parent | ca3a253b9e4e20bcef271f2798f0ba6cc4bec672 (diff) | |
DB/SAI: Update target for whisper text
Target self for whisper text type cannot be used anymore
Closes #22249
(cherry picked from commit 3f7ad3ba5c81c79a534969f16e90e68f333aa6a2)
| -rw-r--r-- | sql/updates/world/master/2021_10_17_19_world_2018_08_11_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_19_world_2018_08_11_02_world.sql b/sql/updates/world/master/2021_10_17_19_world_2018_08_11_02_world.sql new file mode 100644 index 00000000000..300cdb862be --- /dev/null +++ b/sql/updates/world/master/2021_10_17_19_world_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); |
