diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 13:04:06 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 13:04:06 +0000 |
commit | 5b72dfdf6d4b816b04eb058144a5afa9b54205a2 (patch) | |
tree | 4cae29dc448ebc9b03905e177e710c8017efd7db /npc/scripts_athena.conf | |
parent | f30f6a15d30f9089c990bdaf3182918cfefdcd14 (diff) | |
download | hercules-5b72dfdf6d4b816b04eb058144a5afa9b54205a2.tar.gz hercules-5b72dfdf6d4b816b04eb058144a5afa9b54205a2.tar.bz2 hercules-5b72dfdf6d4b816b04eb058144a5afa9b54205a2.tar.xz hercules-5b72dfdf6d4b816b04eb058144a5afa9b54205a2.zip |
Updating god item seal quests (5/5)
Disabled god item quest variable modifying NPCs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13180 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 8f172ae91..c712faba4 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -104,7 +104,8 @@ npc: npc/quests/The_Sign_Quest.txt npc: npc/quests/Kiel_Hyre_Quest.txt //The God Item Quest Files npc: npc/quests/seals/brisingamen_seal.txt -npc: npc/quests/seals/god_global.txt +// Controller file, allow GMs to change variables. +//npc: npc/quests/seals/god_global.txt npc: npc/quests/seals/god_weapon_creation.txt npc: npc/quests/seals/megingard_seal.txt npc: npc/quests/seals/mjolnir_seal.txt |