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:
ariel-
2018-02-06 13:59:08 -03:00
parent cfaa4e6caf
commit b490d3f5ad

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(GAMEOBJECT_FLAGS, GO_FLAG_IN_USE))
return true;