fix(Scripts/SSC): Morogrim Tidewalker now summons the water globules again (#17373)
change to bigint
This commit is contained in:
parent
85297f3b95
commit
dcf5816f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue