From 583ef6a339115581a169738596597a962507dc84 Mon Sep 17 00:00:00 2001 From: maximius Date: Thu, 19 Nov 2009 20:15:36 -0800 Subject: *Fix a typo from 409a16bdc048, thanks Sundark --HG-- branch : trunk --- src/bindings/scripts/scripts/northrend/dalaran.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/scripts') diff --git a/src/bindings/scripts/scripts/northrend/dalaran.cpp b/src/bindings/scripts/scripts/northrend/dalaran.cpp index 30d3ccc5f0b..0367f128b22 100644 --- a/src/bindings/scripts/scripts/northrend/dalaran.cpp +++ b/src/bindings/scripts/scripts/northrend/dalaran.cpp @@ -87,7 +87,7 @@ struct TRINITY_DLL_DECL npc_mageguard_dalaranAI : public Scripted_NoMovementAI if (Creature *pOutdoorNPC = me->FindNearestCreature(NPC_SWEETBERRY_H, 35.0f)) { if (me->isInBackInMap(pWho, 12.0f)) - DoCast(pWho, SPELL_TRESPASSER_A); + DoCast(pWho, SPELL_TRESPASSER_H); } else // In my line of sight, and "indoors" DoCast(pWho, SPELL_TRESPASSER_H); // Teleport the Alliance unit out -- cgit v1.2.3