summaryrefslogtreecommitdiff
path: root/npc/events
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-13 09:13:21 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-13 09:13:21 +0000
commitf7390b98e9b1d4f23d522bfeb2575201ee85f467 (patch)
treef7404eb6fb54c69b2d80f0ef5b69767eefcf5f6f /npc/events
parenta07d9f1bac5a32799d359476cdf23d154b0a97ee (diff)
downloadhercules-f7390b98e9b1d4f23d522bfeb2575201ee85f467.tar.gz
hercules-f7390b98e9b1d4f23d522bfeb2575201ee85f467.tar.bz2
hercules-f7390b98e9b1d4f23d522bfeb2575201ee85f467.tar.xz
hercules-f7390b98e9b1d4f23d522bfeb2575201ee85f467.zip
replaced some item names with item IDs, also fixed a bug in skill quest (some items weren't deleted)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10992 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events')
-rw-r--r--npc/events/custom/uneasy_cemetery.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/custom/uneasy_cemetery.txt b/npc/events/custom/uneasy_cemetery.txt
index 068480504..0c219b6d0 100644
--- a/npc/events/custom/uneasy_cemetery.txt
+++ b/npc/events/custom/uneasy_cemetery.txt
@@ -84,9 +84,9 @@ L_Undead_Walk:
next;
menu "Yes, have all my Holy Water!",-, "Nope, I need it.",M_NO, "I don't have any.",M_DONT_HAVE;
- if ( countitem("Holy_Water")<1 ) goto M_DONT_HAVE;
- set $UNEASY_BL,$UNEASY_BL-countitem("Holy_Water");
- delitem "Holy_Water",countitem("Holy_Water");
+ if ( countitem(523)<1 ) goto M_DONT_HAVE;
+ set $UNEASY_BL,$UNEASY_BL-countitem(523);
+ delitem 523,countitem(523);
if ( $UNEASY_BL > 0 ) goto L_NEED_MORE;
//set quiet days!!! no more undead for this period!