diff options
author | Maxwelllmj <36079273+Maxwelllmj@users.noreply.github.com> | 2018-06-01 21:38:07 +0800 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-26 23:23:26 +0200 |
commit | bd91674e66f6c8d9ae2b52558a7f34a60bac8d7c (patch) | |
tree | 18e94a41d6e0096dfb482e3ef2ffa40b310caa8b | |
parent | 73ab313b94b093c346a74094dfe92544961bb68e (diff) |
Scripts/Karazhan: make Barnes properly start the Opera Event (#21970)
Close: #21881
(cherry picked from commit 4fe5a167d298ad6fcb9a5f130035abcb98fa5eae)
-rw-r--r-- | src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp b/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp index baa5375c246..c1bd0d4ad2a 100644 --- a/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp +++ b/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp @@ -349,6 +349,7 @@ public: break; case GOSSIP_ACTION_INFO_DEF + 2: CloseGossipMenuFor(player); + m_uiEventId = urand(EVENT_OZ, EVENT_RAJ); StartEvent(); break; case GOSSIP_ACTION_INFO_DEF + 3: |