diff options
| author | megamage <none@none> | 2009-01-29 18:18:33 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-29 18:18:33 -0600 |
| commit | 7663c741c748344270d85638a493a65eb6c3c93e (patch) | |
| tree | 853f41843a2672dd6be1d0ea9dc821948758d6c1 /src/game/SpellMgr.cpp | |
| parent | 94f0a02f66a26727860047a614c6b92f20ca62ae (diff) | |
*Update to Mangos 7195.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 0e7fe1380f0..baf40d24350 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2587,6 +2587,10 @@ uint8 GetSpellAllowedInLocationError(SpellEntry const *spellInfo,uint32 map_id,u case 51721: // Dominion Over Acherus case 54055: // Dominion Over Acherus return area_id == 4281 || area_id == 4342 ? 0 : SPELL_FAILED_INCORRECT_AREA; + case 51852: // The Eye of Acherus + { + return map_id == 609 ? 0 : SPELL_FAILED_REQUIRES_AREA; + } case 54119: // Mist of the Kvaldir return area_id == 4028 || area_id == 4029 || area_id == 4106 || area_id == 4031 ? 0 : SPELL_FAILED_INCORRECT_AREA; } |
