We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f175473 commit a3d50e0Copy full SHA for a3d50e0
src/server/scripts/Spells/spell_priest.cpp
@@ -4581,6 +4581,9 @@ class spell_pri_shadowy_apparition_dummy : public SpellScript
4581
case RACE_PANDAREN_ALLIANCE:
4582
case RACE_PANDAREN_HORDE:
4583
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
4587
}
4588
4589
0 commit comments