summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-21 20:52:27 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-21 20:52:27 +0000
commit39e8b5c44689ba92303be9b36a30d0ad08ddde45 (patch)
treeb50af632d913901fe45a2bf0d2c55a6bf332384e /Changelog.txt
parent9709008e5343b2d749196976e713ec9556f02099 (diff)
downloadhercules-39e8b5c44689ba92303be9b36a30d0ad08ddde45.tar.gz
hercules-39e8b5c44689ba92303be9b36a30d0ad08ddde45.tar.bz2
hercules-39e8b5c44689ba92303be9b36a30d0ad08ddde45.tar.xz
hercules-39e8b5c44689ba92303be9b36a30d0ad08ddde45.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@708 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index cca6b003d..6dc3c65b3 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,11 @@
Date Added
12/21
+ * Added variable 'current_file' which tells the filename of the script while loading npcs [MC Cameri]
+ -the variable its set in do_init_npc() or something like that, so you can only access it
+ after the use of do_init_npc().
+ * Fixed the display of a warning saying that a right curly brace was missing [MC Cameri]
+ * Removed @charwarp and @rura+ and added #warp, #rura, #rura+ [MC Cameri]
+ * Removed conf/npcs_list.txt, and placed it in npc/npcs_athena.conf [MC Cameri]
* Moved some code in pc_break_equip that was causing compile errors [celest]
* guild skills vanished due to incorrect placement of a
check for quest skills in the calc_skilltree code [MouseJstr]