Scripts/Sunken Temple: normalize Atal'alarion despawn timer (#22546)

* Atal'Alarion will now despawn as a regular Elite mob
  (5 minutes unlooted or 2.5 minutes when fully looted)
  instead of 7200 (ms) (7.2 seconds) before this change.

Closes #22531

(cherry picked from commit d24b46139600c74f5e200d9ab1592d7128245113)
This commit is contained in:
Trond B. Krokli
2021-11-12 00:16:30 +01:00
committed by Shauren
parent c6017603d5
commit eb42538d6e
@@ -176,7 +176,7 @@ public:
for (uint8 i = 0; i < nStatues; ++i)
go->SummonGameObject(GO_ATALAI_LIGHT2, statuePositions[i], QuaternionData(), 0);
go->SummonCreature(NPC_ATALALARION, atalalarianPos, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 7200);
go->SummonCreature(NPC_ATALALARION, atalalarianPos, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 600000);
}
*/