From 65150b05810b67048729ccf8dcf45301fae2135e Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 16 Jun 2021 11:05:44 -0400 Subject: [PATCH] [Typo] dot_stacking_exempt not dot_stacking_exemp (#1409) --- zone/mob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/mob.cpp b/zone/mob.cpp index ecae310b9..17e71c1c6 100644 --- a/zone/mob.cpp +++ b/zone/mob.cpp @@ -5601,7 +5601,7 @@ int32 Mob::GetSpellStat(uint32 spell_id, const char *identifier, uint8 slot) //else if (id == "spellanim") {stat = spells[spell_id].spellanim; } - Not implemented else if (id == "uninterruptable") {return spells[spell_id].uninterruptable; } else if (id == "ResistDiff") {return spells[spell_id].ResistDiff; } - else if (id == "dot_stacking_exemp") {return spells[spell_id].dot_stacking_exempt; } + else if (id == "dot_stacking_exempt") {return spells[spell_id].dot_stacking_exempt; } else if (id == "RecourseLink") {return spells[spell_id].RecourseLink; } else if (id == "no_partial_resist") {return spells[spell_id].no_partial_resist; } else if (id == "short_buff_box") {return spells[spell_id].short_buff_box; }