mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
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
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user