Skip to content

Commit 0576480

Browse files
committed
upd
1 parent b237266 commit 0576480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/scripts/Outland/TempestKeep/botanica/boss_laj.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ struct boss_laj : public BossAI
131131

132132
if (_isFirstTransform)
133133
{
134-
std::erase(transformSpells, SPELL_TRANSFORM_SHADOW);
134+
std::erase(transformSpells, static_cast<uint32>(SPELL_TRANSFORM_SHADOW));
135135
_isFirstTransform = false;
136136
}
137137

0 commit comments

Comments
 (0)