diff options
author | Killyana <morphone1@gmail.com> | 2019-05-26 01:45:54 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-08 21:33:13 +0100 |
commit | aaa181e85fc3599f48431a4c0d4490d1f9eec33d (patch) | |
tree | 49d9908b0db65f4c15e0263023d3f82928d2193d | |
parent | 122584ae5845548ea7639ce24a2d315fede3835e (diff) |
DB/SAI: Update gossip hello event for game objects to trigger only in OnReportUse() and not OnGossipHello()
The only remaining case is the gob 188596 as apparently it triggers OnReportUse() only
(cherry picked from commit 64786995d5bad10a2677f07b1f23dd9372c9fb48)
-rw-r--r-- | sql/updates/world/master/2021_12_08_07_world_2019_05_26_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_08_07_world_2019_05_26_02_world.sql b/sql/updates/world/master/2021_12_08_07_world_2019_05_26_02_world.sql new file mode 100644 index 00000000000..59da66c0967 --- /dev/null +++ b/sql/updates/world/master/2021_12_08_07_world_2019_05_26_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=1,`event_param2`=0 WHERE `event_type` IN (64) AND `source_type`=1 AND `entryorguid` IN (201969,160445,190635,190636,202443, 181606,194555,184950,184967,184968,184969,178905,194115); |