Scripts/Magister's Terrace: Fixed typo in SetEncounterState

This commit is contained in:
Shauren
2014-07-06 00:01:24 +02:00
parent 8edecb0da6
commit 408b490851

View File

@@ -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: