aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-26 01:45:54 +0200
committerKillyana <morphone1@gmail.com>2019-05-26 01:45:54 +0200
commit64786995d5bad10a2677f07b1f23dd9372c9fb48 (patch)
tree71e0917fc9b952505701cff11eda318e09c91001
parent346514b50d8051e3ed0786a9644c01ec0086d85f (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
-rw-r--r--sql/updates/world/3.3.5/2019_05_26_02_world .sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_26_02_world .sql b/sql/updates/world/3.3.5/2019_05_26_02_world .sql
new file mode 100644
index 00000000000..59da66c0967
--- /dev/null
+++ b/sql/updates/world/3.3.5/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);