diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-01 14:13:56 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-01 14:13:56 +0000 |
commit | a22d29d0cb2f6cc74840caa61b812feca5eee590 (patch) | |
tree | ab7868ea55702e65da83e94010056f52a22068da /npc/jobs/2-1/priest.txt | |
parent | 9b89cabf520e19557b7b003ab8160f76027c9242 (diff) | |
download | hercules-a22d29d0cb2f6cc74840caa61b812feca5eee590.tar.gz hercules-a22d29d0cb2f6cc74840caa61b812feca5eee590.tar.bz2 hercules-a22d29d0cb2f6cc74840caa61b812feca5eee590.tar.xz hercules-a22d29d0cb2f6cc74840caa61b812feca5eee590.zip |
- Fixed a bug in Eden Group Quests where a variable was set which was supposed to be converted and give the player certain gears. bugreport:6143
- Fixed an Priest Quest cutin which would result in getting an missing file error of the MvP Mistress Card illustration. bugreport:6144
- Fixed EXP Values in Eden Group Quest Boards 86 - 90 and 91 - 99. Source: http://irowiki.org/wiki/Eden_Group_Leveling_Quests
* 3 Hours cooldown isn't added yet since some testing is needed. bugreport:6110
- Some minor paranthesis fix in Knight Jobchange Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16362 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1/priest.txt')
-rw-r--r-- | npc/jobs/2-1/priest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index 3819e093d..8aadc429b 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -1391,7 +1391,7 @@ OnTouch: mes "[Deviruchi]"; mes "But how about this...? Now, isn't this an attractive sight? A nice, shiny new card. Mint condition. Not too many people have this you know. But I happen to have soooo many, my pockets hurt."; next; - cutin "�̽�Ʈ����ī��.bmp",4; + cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",4; mes "[Deviruchi]"; mes "Isn't it everyone's dream to have one of these? Think about it, being a Priest can only bring you suffering..."; next; @@ -1401,7 +1401,7 @@ OnTouch: mes "This card can"; mes "can be yours..."; next; - cutin "�̽�Ʈ����ī��.bmp",255; + cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",255; mes "[Deviruchi]"; mes "Theoretically!"; mes "BWAHAHAHAHAHAHAHA!"; @@ -1410,7 +1410,7 @@ OnTouch: warp "mjolnir_05",200,200; end; } - cutin "�̽�Ʈ����ī��.bmp",255; + cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",255; mes "[Deviruchi]"; mes "Did..."; mes "Did you just tell"; |