mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Misc: Fixed deprecation warnings for c++20
(cherry picked from commit ba9bbbc9d0)
This commit is contained in:
@@ -2085,7 +2085,7 @@ class npc_train_wrecker : public CreatureScript
|
||||
{
|
||||
me->SetFacingTo(target->GetOrientation());
|
||||
me->HandleEmoteCommand(EMOTE_ONESHOT_ATTACK1H);
|
||||
_timer = 1.5 * IN_MILLISECONDS;
|
||||
_timer = 1.5 * AsUnderlyingType(IN_MILLISECONDS);
|
||||
_nextAction = EVENT_DO_WRECK;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user