diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-17 04:59:48 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-17 04:59:48 +0000 |
commit | 5140b06dfa8554077fb9a698d2bf9c280b0954a4 (patch) | |
tree | b986bbf63db74398e2c8148ab6e1cc890eeb3e1a /npc/other | |
parent | f87190a594fd8ac0746ec1bed9ff06847ea701bc (diff) | |
download | hercules-5140b06dfa8554077fb9a698d2bf9c280b0954a4.tar.gz hercules-5140b06dfa8554077fb9a698d2bf9c280b0954a4.tar.bz2 hercules-5140b06dfa8554077fb9a698d2bf9c280b0954a4.tar.xz hercules-5140b06dfa8554077fb9a698d2bf9c280b0954a4.zip |
- Delete their Gym Pass before giving them the skill. (bugreport:3592)
- Fixed 2 typos and a cutin that didn't go away in Kiel Quest. (bugreport:3597)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14063 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/gympass.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/gympass.txt b/npc/other/gympass.txt index f5bf8a320..a4fa17d08 100644 --- a/npc/other/gympass.txt +++ b/npc/other/gympass.txt @@ -84,8 +84,8 @@ payon,173,141,4 script Ripped Cabus#GymPass 899,{ next; specialeffect2 EF_SIGHTRASHER; next; - skill "ALL_INCCARRY",getskilllv("ALL_INCCARRY")+1,0; delitem 7776,1; + skill "ALL_INCCARRY",getskilllv("ALL_INCCARRY")+1,0; set gympassmemory,gympassmemory+1; mes "[Ripped]"; mes "There, you should be able"; |