diff options
| author | maximius <none@none> | 2009-11-19 20:15:36 -0800 |
|---|---|---|
| committer | maximius <none@none> | 2009-11-19 20:15:36 -0800 |
| commit | 583ef6a339115581a169738596597a962507dc84 (patch) | |
| tree | 3fa9ec6e8c62c8acd872bef25524f2525dc6076a /src | |
| parent | c871b72579fc8dd1e24fe2fafd748836f40a28b6 (diff) | |
*Fix a typo from 409a16bdc048, thanks Sundark
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/bindings/scripts/scripts/northrend/dalaran.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
