mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Scripts/Icecrown Citadel: Fixed Sindragosa spawn after grid unload
ty sirikfoll :)
This commit is contained in:
@@ -1621,12 +1621,12 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class at_sindragosa_lair : public OnlyOnceAreaTriggerScript
|
||||
class at_sindragosa_lair : public AreaTriggerScript
|
||||
{
|
||||
public:
|
||||
at_sindragosa_lair() : OnlyOnceAreaTriggerScript("at_sindragosa_lair") { }
|
||||
at_sindragosa_lair() : AreaTriggerScript("at_sindragosa_lair") { }
|
||||
|
||||
bool _OnTrigger(Player* player, AreaTriggerEntry const* /*areaTrigger*/) override
|
||||
bool OnTrigger(Player* player, AreaTriggerEntry const* /*areaTrigger*/) override
|
||||
{
|
||||
if (InstanceScript* instance = player->GetInstanceScript())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user