diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 9df67ad70..acefa03c3 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -13340,7 +13340,7 @@ void clif_parse_HomMenu(int fd, struct map_session_data *sd) /// 0292 void clif_parse_AutoRevive(int fd, struct map_session_data *sd) { - int item_position = pc_search_inventory(sd, 7621); + int item_position = pc_search_inventory(sd, ITEMID_TOKEN_OF_SIEGFRIED); if (item_position < 0) return; |