aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2023-12-29 14:12:15 +0100
committerfunjoker <funjoker109@gmail.com>2024-01-09 12:26:52 +0100
commitd816fc100aa3791b0a865a2322f66ea3229c6661 (patch)
tree71030c093193ca7ead5901cd8f576b6145fad3c6 /src/server/scripts/Spells
parentc545216960e68ff835a9fab1ed91711fb9e4a933 (diff)
Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums instead of raw integer types (#29535)
* Fix criteria data type bg loss team score (cherry picked from commit 1ef0c045202a6af33fb991f2ff765fa183ce976f)
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_quest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp
index a3ed5250767..7430a50d374 100644
--- a/src/server/scripts/Spells/spell_quest.cpp
+++ b/src/server/scripts/Spells/spell_quest.cpp
@@ -149,6 +149,8 @@ class spell_q6124_6129_apply_salve : public SpellScript
if (creatureTarget->GetEntry() == NPC_SICKLY_DEER)
newEntry = NPC_CURED_DEER;
break;
+ default:
+ break;
}
if (newEntry)
{