mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
refactor(Scripts): Update vanilla scripts to std::chrono (#14876)
Co-authored-by: Maelthyrr <AmanThul-Project@proton.me> Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -107,7 +107,7 @@ public:
|
||||
switch (type)
|
||||
{
|
||||
case DATA_STATUES:
|
||||
_events.ScheduleEvent(DATA_STATUES, 0);
|
||||
_events.ScheduleEvent(DATA_STATUES, 0ms);
|
||||
break;
|
||||
case DATA_DEFENDER_KILLED:
|
||||
++_defendersKilled;
|
||||
|
||||
Reference in New Issue
Block a user