mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Scripts: fix non-functional Celestial Planetarium Access GO
- Client only sends CMSG_GAMEOBJ_REPORT_USE for this one Closes #19982
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(GAMEOBJECT_FLAGS, GO_FLAG_IN_USE))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user