mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
@@ -980,7 +980,7 @@ class go_celestial_planetarium_access : public GameObjectScript
|
||||
bool GossipHello(Player* player) override
|
||||
{
|
||||
if (go->HasFlag(GAMEOBJECT_FLAGS, GO_FLAG_IN_USE))
|
||||
return false;
|
||||
return true;
|
||||
|
||||
bool hasKey = true;
|
||||
if (LockEntry const* lock = sLockStore.LookupEntry(go->GetGOInfo()->goober.lockId))
|
||||
|
||||
@@ -1637,7 +1637,7 @@ class go_mimiron_hardmode_button : public GameObjectScript
|
||||
bool OnGossipHello(Player* /*player*/, GameObject* go) override
|
||||
{
|
||||
if (go->HasFlag(GAMEOBJECT_FLAGS, GO_FLAG_NOT_SELECTABLE))
|
||||
return false;
|
||||
return true;
|
||||
|
||||
InstanceScript* instance = go->GetInstanceScript();
|
||||
if (!instance)
|
||||
|
||||
Reference in New Issue
Block a user