Skip to content

Commit 2dd83c4

Browse files
authored
Merge pull request #3 from PkllonG/patch-1
Update mod_tictactoe.cpp
2 parents 1c217ca + f93ba03 commit 2dd83c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_tictactoe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class npc_tic_tac_toe : public CreatureScript
569569
// Refresh only gossip for player01
570570
NpcTicTacToeData[NpcTicTacToeGameExist->guidPlayer01].needRefreshGossipP1 = true;
571571

572-
ENSURE_AI(npc_tic_tac_toe::npc_tic_tac_toeAI, creature->AI())->_events.ScheduleEvent(WAIT_COMPUTER_PLAYER_TEXT_04, 500);
572+
ENSURE_AI(npc_tic_tac_toe::npc_tic_tac_toeAI, creature->AI())->_events.ScheduleEvent(WAIT_COMPUTER_PLAYER_TEXT_04, 500ms);
573573
return true;
574574
}
575575
else

0 commit comments

Comments
 (0)