mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 07:22:02 -04:00
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 b490d3f5ad)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user