mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Fixed compile warning added by me in previous commit
This commit is contained in:
@@ -468,7 +468,7 @@ class boss_prince_keleseth_icc : public CreatureScript
|
||||
{
|
||||
Position pos;
|
||||
pos.Relocate(roomCenter);
|
||||
summon->MovePosition(pos, rand_norm() * 50.0f, summon->GetAngle(&roomCenter));
|
||||
summon->MovePosition(pos, float(rand_norm()) * 50.0f, summon->GetAngle(&roomCenter));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user