Fix typo.

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-11-29 18:31:09 +01:00
parent 715b4278ad
commit 6af998933f

View File

@@ -1756,10 +1756,10 @@ struct TRINITY_DLL_DECL npc_imprisoned_beryl_sorcererAI : public ScriptedAI
uiPhase = 0;
}
break;
}
if (!UpdateVictim())
return;
}
}
};