summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog-Trunk.txt2
-rw-r--r--conf-tmpl/script_athena.conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index bba9cf55c..19df6e568 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/07/21
+ * Corrected the loadmap event description to specify that the mapflag
+ required is actually "loadevent", NOT "loadmap"! [Skotlex]
* Now when the char-txt server does not finds a requested party, it will
clear out said party id of all characters (will help prevent massive
spamming/overhead when for some reason the party file needs to be deleted).
diff --git a/conf-tmpl/script_athena.conf b/conf-tmpl/script_athena.conf
index e4bb846e5..7a434d2ec 100644
--- a/conf-tmpl/script_athena.conf
+++ b/conf-tmpl/script_athena.conf
@@ -62,7 +62,7 @@ logout_event_name: PCLogoutEvent
login_event_name: PCLoginEvent
// Name of event when a player changes map
-// NOTE: This event will only trigger on maps with the "loadmap" flag active.
+// NOTE: This event will only trigger on maps with the "loadevent" flag active.
loadmap_event_name: PCLoadMapEvent
// Name of event when a player levels up (base lv)