diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-23 03:22:28 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-23 03:22:28 +0000 |
commit | bd4e344a476439af984995540cb3d037752981c8 (patch) | |
tree | 4cd55defb83cc7f8ef1efeb7485f8b7db45e2cff /npc/re/cities/mora.txt | |
parent | 252d548e533389f18b80c8a35976eca893791355 (diff) | |
download | hercules-bd4e344a476439af984995540cb3d037752981c8.tar.gz hercules-bd4e344a476439af984995540cb3d037752981c8.tar.bz2 hercules-bd4e344a476439af984995540cb3d037752981c8.tar.xz hercules-bd4e344a476439af984995540cb3d037752981c8.zip |
* Added Guillotine Cross job quest, again thanks to Muad_Dib! (bugreport:5834)
* Follow-up r16941: added documentation.
* Updated WOE Controller script to v1.4, which modifies LoadEvent mapflag settings for easier cross-compatibility and standardizes script format.
* Minor tweaks here and there.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16947 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/cities/mora.txt')
-rw-r--r-- | npc/re/cities/mora.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/cities/mora.txt b/npc/re/cities/mora.txt index 0f019ad7e..5c2a93aee 100644 --- a/npc/re/cities/mora.txt +++ b/npc/re/cities/mora.txt @@ -307,14 +307,14 @@ mora,55,124,2 script Cat Traveler 495,{ } mora,131,165,4 script Bifrost Resident#1 520,{ - mes "[Bifrost resident]"; + mes "[Bifrost Resident]"; mes "Welcome to the workshop"; mes "of the west clan. If you"; mes "want your Loki Muffler"; mes "enchanted, please contact"; mes "my boss. He makes miracles!"; next; - mes "[Bifrost resident]"; + mes "[Bifrost Resident]"; mes "On a side note... I think I'm"; mes "really cute, don't you agree?"; close; |