aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-02-06 13:59:08 -0300
committerShauren <shauren.trinity@gmail.com>2021-06-19 23:33:24 +0200
commit4ae29e38eee94c6dcfee3355cbab7099ffc93bc3 (patch)
tree12404ac2d8a3207f80d5814580f7bdd5754f2fa3 /src
parent9573987775ddf1ae299069aa9b8cf84480f46cce (diff)
Core/Scripts: fix non-functional Celestial Planetarium Access GO
- Client only sends CMSG_GAMEOBJ_REPORT_USE for this one Closes #19982 (cherry picked from commit b490d3f5ad6ccdfd103c8f756d2912f05b1741a0)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp
index 7940d0b25e2..dfdcb1e8294 100644
--- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp
+++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp
@@ -990,7 +990,7 @@ class go_celestial_planetarium_access : public GameObjectScript
InstanceScript* instance;
- bool GossipHello(Player* player) override
+ bool OnReportUse(Player* player) override
{
if (me->HasFlag(GO_FLAG_IN_USE))
return true;