From 255b12e18d85c8b45df88fd21a5f139b92ccd855 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 15 Dec 2023 11:03:57 +0800 Subject: [PATCH] 1 --- server/gameserver/creature.h | 1 + 1 file changed, 1 insertion(+) diff --git a/server/gameserver/creature.h b/server/gameserver/creature.h index 79c1e76e..b77c5337 100644 --- a/server/gameserver/creature.h +++ b/server/gameserver/creature.h @@ -132,6 +132,7 @@ class Creature : public MoveableEntity a8::XTimerWp remove_shot_hold_timer; a8::XTimerWp nature_recover_hp_idle_timer; + std::map hook_hash; int side = 0; int road_idx = 0;