diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-03 21:27:44 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-03 21:27:44 +0000 |
commit | 3db565eecba5960a5f454338d48815273fb7d5e5 (patch) | |
tree | 98ead4dd8dc8010f94fa8b2f49385281cce8f404 /npc/scripts_custom.conf | |
parent | 9cc59af3b0b4c2872fb70e0f0b00f17afcd7122a (diff) | |
download | hercules-3db565eecba5960a5f454338d48815273fb7d5e5.tar.gz hercules-3db565eecba5960a5f454338d48815273fb7d5e5.tar.bz2 hercules-3db565eecba5960a5f454338d48815273fb7d5e5.tar.xz hercules-3db565eecba5960a5f454338d48815273fb7d5e5.zip |
* Added missing .conf entry (bugreport:6162)
* Replaced old, outdated custom WOE setter (custom\WoE_Setter.txt) with my script, and renamed to "woe_controller"
* Optimized "Bossnia Warp NPCs" script (events\bossnia.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16373 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 2fbd6899b..5d98c6fc1 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -17,8 +17,7 @@ //npc: npc/custom/resetnpc.txt //npc: npc/custom/card_remover.txt //npc: npc/custom/item_signer.txt -// -- WoE Time Setter from inside the game [Fredzilla] -//npc: npc/custom/WoE_Setter.txt +//npc: npc/custom/woe_controller.txt // -- Wedding script that supports same-sex marriages //npc: npc/custom/marriage.txt // -- Warper that works only after locations are unlocked |