Skip to content

Commit 08bc184

Browse files
committed
Typo fix
1 parent adae2fe commit 08bc184

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/server/game/Spells/SpellHistory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "Player.h"
2222
#include "SpellInfo.h"
2323
#include "Spell.h"
24+
#include "World.h"
2425
#include "Opcodes.h"
2526

2627
SpellHistory::Clock::duration const SpellHistory::InfinityCooldownDelay = std::chrono::duration_cast<SpellHistory::Clock::duration>(std::chrono::seconds(MONTH));

src/server/game/World/World.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,7 @@ void World::Update(uint32 diff)
22392239

22402240
/// <li> Handle all other objects
22412241
///- Update objects when the timer has passed (maps, transport, creatures, ...)
2242-
sWorldUpdateTime.RecordUpdateTimeReset();();
2242+
sWorldUpdateTime.RecordUpdateTimeReset();
22432243
sMapMgr->Update(diff);
22442244
sWorldUpdateTime.RecordUpdateTimeDuration("UpdateMapMgr");
22452245

0 commit comments

Comments
 (0)