Skip to content

Commit

Permalink
Update creature.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Mar 4, 2024
1 parent b52c46d commit 0be01f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creatures/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ void Creature::addEventWalk(bool firstStep) {

self->eventWalk = g_dispatcher().scheduleEvent(
static_cast<uint32_t>(ticks), std::bind(&Game::checkCreatureWalk, &g_game(), self->getID()),
"Creature::checkCreatureWalk"
"Game::checkCreatureWalk"
);
});
}
Expand Down

0 comments on commit 0be01f5

Please sign in to comment.