Skip to content

Commit a3d50e0

Browse files
committed
Scripts/Spells: Handle haranir Shadowy Apparitions spell visual
1 parent f175473 commit a3d50e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/server/scripts/Spells/spell_priest.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4581,6 +4581,9 @@ class spell_pri_shadowy_apparition_dummy : public SpellScript
45814581
case RACE_PANDAREN_ALLIANCE:
45824582
case RACE_PANDAREN_HORDE:
45834583
return gender == GENDER_MALE ? SPELL_VISUAL_PRIEST_SHADOWY_APPARITION_PANDAREN_MALE : SPELL_VISUAL_PRIEST_SHADOWY_APPARITION_PANDAREN_FEMALE;
4584+
case RACE_HARANIR_ALLIANCE:
4585+
case RACE_HARANIR_HORDE:
4586+
return SPELL_VISUAL_PRIEST_SHADOWY_APPARITION_HUMAN_MALE; // not handled on retail as of patch 12.0.1, uses human male fallback
45844587
}
45854588
}
45864589

0 commit comments

Comments
 (0)