mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Scripts/ToCr: Bosses shouldn't despawn so quickly
This commit is contained in:
@@ -40,7 +40,7 @@ enum SpellIds
|
||||
|
||||
enum MiscData
|
||||
{
|
||||
DESPAWN_TIME = 300000,
|
||||
DESPAWN_TIME = 1200000,
|
||||
|
||||
DISPLAYID_DESTROYED_FLOOR = 9060
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user