diff options
author | ForesterDev <forester.manv@gmail.com> | 2017-06-02 15:26:03 +0400 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-06-14 23:49:05 +0200 |
commit | 15609a197e93740753b549102191ebc99cb3ca00 (patch) | |
tree | e9504c605ad2f9c08e7b7ac96ec6fbaaeff23fd3 /src | |
parent | 3cf5db1831e0533627e6a5b78dd6bf406ccfab3f (diff) |
Scripts/Gossip: fix go_ahune_ice_stone (#19835)
(cherry picked from commit f9a01c4b691c5d179acd55bfe8db36f21a327dfb)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp b/src/server/scripts/Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp index 2379950f294..00a911cc53b 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp @@ -662,7 +662,7 @@ public: InstanceScript* instance; - bool OnGossipSelect(Player* player, uint32 /*menuId*/, uint32 /*gossipListId*/) + bool GossipSelect(Player* player, uint32 /*menuId*/, uint32 /*gossipListId*/) override { ClearGossipMenuFor(player); |