fix(DB/Creature): Guard stealth detection in capital cities (#24235)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2025-12-29 03:54:57 +00:00
committed by GitHub
parent a963ed5cef
commit 5f0a9ec16c
2 changed files with 65 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ GuardAI::GuardAI(Creature* creature) : ScriptedAI(creature)
void GuardAI::Reset()
{
ScriptedAI::Reset();
me->CastSpell(me, 18950 /*SPELL_INVISIBILITY_AND_STEALTH_DETECTION*/, true);
}
void GuardAI::EnterEvadeMode(EvadeReason /*why*/)