mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Scripts/SSC): Morogrim Tidewalker now summons the water globules again (#17373)
change to bigint
This commit is contained in:
@@ -112,7 +112,7 @@ struct boss_morogrim_tidewalker : public BossAI
|
||||
else
|
||||
{
|
||||
Talk(EMOTE_WATERY_GLOBULES);
|
||||
for (uint8 waterGlobuleId : waterGlobuleIds)
|
||||
for (uint32 waterGlobuleId : waterGlobuleIds)
|
||||
{
|
||||
DoCastSelf(waterGlobuleId, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user