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:
ariel-
2018-02-06 13:59:08 -03:00
committed by Shauren
parent 9573987775
commit 4ae29e38ee

View File

@@ -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;