*Fix windows project files, fix a typo

--HG--
branch : trunk
This commit is contained in:
QAston
2009-02-07 19:36:13 +01:00
parent a4395bafbb
commit 52215b4394
3 changed files with 3 additions and 1 deletions
@@ -1974,6 +1974,7 @@
<File
RelativePath="..\scripts\zone\borean_tundra\borean_tundra.cpp"
>
</File>
</Filter>
<Filter
Name="Howling Fjord">
@@ -1083,6 +1083,7 @@
<File
RelativePath="..\scripts\zone\borean_tundra\borean_tundra.cpp"
>
</File>
</Filter>
<Filter
Name="Howling Fjord">
+1 -1
View File
@@ -3738,7 +3738,7 @@ uint8 Spell::CanCast(bool strict)
//Must be behind the target.
if( m_spellInfo->AttributesEx2 == 0x100000 && (m_spellInfo->AttributesEx & 0x200) == 0x200 && target->HasInArc(M_PI, m_caster)
//Exclusion for Pounce: Facing Limitation was removed in 2.0.1, but it still uses the same, old Ex-Flags
&& (m_spellInfo->SpellFamilyName != SPELLFAMILY_DRUID || !m_spellInfo->SpellFamilyFlags.IsEqual(0x20000,0,0)))
&& (!(m_spellInfo->SpellFamilyName == SPELLFAMILY_DRUID && m_spellInfo->SpellFamilyFlags.IsEqual(0x20000,0,0))))
{
SendInterrupted(2);
return SPELL_FAILED_NOT_BEHIND;