diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-31 12:29:32 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-31 12:29:32 +0000 |
commit | 31514c5d363203bb6596f291d4b2df46c76d0b14 (patch) | |
tree | 567b42c82a78320495708c910cd2d194bb19d104 /npc/other | |
parent | a37268844bb8cdf219389806f3365cf0633cc134 (diff) | |
download | hercules-31514c5d363203bb6596f291d4b2df46c76d0b14.tar.gz hercules-31514c5d363203bb6596f291d4b2df46c76d0b14.tar.bz2 hercules-31514c5d363203bb6596f291d4b2df46c76d0b14.tar.xz hercules-31514c5d363203bb6596f291d4b2df46c76d0b14.zip |
- Added new towns to the custom warper. bugreport:5878
- Fixed a bug in the monster_race.txt where you would get stuck in the dialog window. bugreport:5861
- Fixed a bug in 71-88 eden group mission npc's where you would get stuck in the dialog window. bugreport:5875
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16180 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/monster_race.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/monster_race.txt b/npc/other/monster_race.txt index 884800570..aa82efbbe 100644 --- a/npc/other/monster_race.txt +++ b/npc/other/monster_race.txt @@ -12091,7 +12091,7 @@ S_Reward: case 4: mes "[Ei'felle]"; mes "Well, I've been able to"; - mes "create a "+getitemname(getarg(0)); + mes "create a Glittering Jacket"; mes "using the medals that you've"; mes "brought to me. But I just know"; mes "I can make something better"; |