diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-28 08:38:28 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-28 08:38:28 +0000 |
commit | e9d2315e89adb7610a67d610bb99fd78fd403c37 (patch) | |
tree | 55b9666e1a9c5e8739b36f9cdd3ace5576298e0d /npc/re/scripts_athena.conf | |
parent | 382f0b77bf009b938e578286b1048ccf8038d443 (diff) | |
download | hercules-e9d2315e89adb7610a67d610bb99fd78fd403c37.tar.gz hercules-e9d2315e89adb7610a67d610bb99fd78fd403c37.tar.bz2 hercules-e9d2315e89adb7610a67d610bb99fd78fd403c37.tar.xz hercules-e9d2315e89adb7610a67d610bb99fd78fd403c37.zip |
* Added a small portion of official Malangdo Episode scripts.
* Updated quest_db with translated Malangdo entries.
* Fixed strmobinfo() to output empty strings for 'name' instead of zeros (partly follow-up r17055).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17056 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/scripts_athena.conf')
-rw-r--r-- | npc/re/scripts_athena.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/re/scripts_athena.conf b/npc/re/scripts_athena.conf index 4c9fb5975..5231a3980 100644 --- a/npc/re/scripts_athena.conf +++ b/npc/re/scripts_athena.conf @@ -12,6 +12,7 @@ npc: npc/re/cities/dewata.txt npc: npc/re/cities/dicastes.txt npc: npc/re/cities/izlude.txt npc: npc/re/cities/jawaii.txt +npc: npc/re/cities/malangdo.txt npc: npc/re/cities/mora.txt // --------------------------- Guides --------------------------- @@ -78,3 +79,4 @@ npc: npc/re/quests/quests_dewata.txt npc: npc/re/quests/quests_dicastes.txt npc: npc/re/quests/quests_izlude.txt npc: npc/re/quests/quests_lighthalzen.txt +npc: npc/re/quests/quests_malangdo.txt |