aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
diff options
context:
space:
mode:
authorWarpten <vertozor@gmail.com>2012-10-22 21:18:21 +0200
committerWarpten <vertozor@gmail.com>2012-10-22 21:18:21 +0200
commita664a356e2d069f3c136bb56485aeb12be866f28 (patch)
treeab287887c93c5e77820b52115a1dba38385e48e2 /src/server/game
parent71f6b7d74bee986d80d233ae55cb6b3be17f499a (diff)
Scripts/Ruby Sanctum:
* Fixed a crash caused by the grid. * Update spawnmasks. * Misc updates and corrections. Closes #8079. Closes #8078. Closes #8081. Closes #8077.
Diffstat (limited to 'src/server/game')
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index fb39310aabe..13841aed7ed 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3607,6 +3607,10 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->AttributesEx6 |= SPELL_ATTR6_CAN_TARGET_INVISIBLE;
spellInfo->AttributesEx2 |= SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS;
break;
+ case 75888: // Awaken Flames
+ case 75889: // Awaken Flames
+ spellInfo->AttributesEx |= SPELL_ATTR1_CANT_TARGET_SELF;
+ break;
// ENDOF RUBY SANCTUM SPELLS
//
case 40055: // Introspection