mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Scripts/Magister's Terrace: Fixed typo in SetEncounterState
This commit is contained in:
@@ -159,7 +159,7 @@ class instance_magisters_terrace : public InstanceMapScript
|
||||
switch (type)
|
||||
{
|
||||
case DATA_DELRISSA:
|
||||
if (type == IN_PROGRESS)
|
||||
if (state == IN_PROGRESS)
|
||||
DelrissaDeathCount = 0;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user