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
committed by Aokromes
parent 855a0bbaf0
commit 9fdb4c0a4d

View File

@@ -979,7 +979,7 @@ class go_celestial_planetarium_access : public GameObjectScript
{
}
bool GossipHello(Player* player) override
bool OnReportUse(Player* player) override
{
if (me->HasFlag(GAMEOBJECT_FLAGS, GO_FLAG_IN_USE))
return true;