summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-04 05:54:16 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-04 05:54:16 +0000
commitae971f9ae500a6fd31f5468dd7dab0f2b1ceff42 (patch)
treea53198fefcdb55a7c3ff8bd71b0eac81ba90088c /src/map/clif.c
parentca6e392f184c64701f6b1d99f5a47cf6c3d81a22 (diff)
downloadhercules-ae971f9ae500a6fd31f5468dd7dab0f2b1ceff42.tar.gz
hercules-ae971f9ae500a6fd31f5468dd7dab0f2b1ceff42.tar.bz2
hercules-ae971f9ae500a6fd31f5468dd7dab0f2b1ceff42.tar.xz
hercules-ae971f9ae500a6fd31f5468dd7dab0f2b1ceff42.zip
* Merged changes up to eAthena 15073.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15540 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
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;