diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/npcs_athena.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 24dd6ffac..cfc08d961 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,8 @@ Other Ppl Date Added ====== +04/06 + * Set PCLoginEvent.txt to disabled by default [celest] 04/04 * Changed "set @TEMP,rand(0);" to set "@TEMP,0;" in the Payon Fortune Teller script [DracoRPG] We'll have to get all the fortunes, but they are more than 200... diff --git a/npc/npcs_athena.conf b/npc/npcs_athena.conf index 80e8b442f..0db759281 100644 --- a/npc/npcs_athena.conf +++ b/npc/npcs_athena.conf @@ -30,7 +30,7 @@ water_height: conf/mapflag/water_height.txt //-------------------------------------------------------------- // PCLoginEvent NPC. NPC which is activated for every player who logs in. -npc: npc/sample/PCLoginEvent.txt +//npc: npc/sample/PCLoginEvent.txt //-------------------------------------------------------------- |