Merge pull request #8 from AgeOfTitans/master

Master
This commit is contained in:
carolus21rex
2025-05-15 23:12:59 -04:00
committed by GitHub
19 changed files with 451 additions and 189 deletions
+2 -2
View File
@@ -118,8 +118,8 @@ bool IsLifetapSpell(uint16 spell_id)
if (
spell.target_type == ST_Tap ||
spell.target_type == ST_TargetAETap ||
spell_id == SPELL_ANCIENT_LIFEBANE
spell.target_type == ST_TargetAETap //||
//spell_id == SPELL_ANCIENT_LIFEBANE
) {
return true;
}