summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-24 19:25:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-24 19:25:16 +0000
commit087c7827f9e0ab626c63a1307b4dca9bbc932ce4 (patch)
treeab4d88418980dacd6549b1d8816343750270020c /Changelog-Trunk.txt
parent827726c72c29c80c64a69fb6f866c9275b2d8573 (diff)
downloadhercules-087c7827f9e0ab626c63a1307b4dca9bbc932ce4.tar.gz
hercules-087c7827f9e0ab626c63a1307b4dca9bbc932ce4.tar.bz2
hercules-087c7827f9e0ab626c63a1307b4dca9bbc932ce4.tar.xz
hercules-087c7827f9e0ab626c63a1307b4dca9bbc932ce4.zip
- script command "isrefine" will no longer return always false for equip positions above 6 (this has not been needed since the addition of the refine column to tbe item_db many months ago)
- Added NPC_CRITICALSLASH to the list of skills that display as a normal attack. - Changed the default of clear_skills_on_death to 0 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8473 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index eb21cb3ca..2329fc485 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,11 @@ 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/08/24
+ * script command "isrefine" will no longer return always false for equip
+ positions above 6 (this has not been needed since the addition of the
+ refine column to tbe item_db many months ago) [Skotlex]
+ * Added NPC_CRITICALSLASH to the list of skills that display as a normal
+ attack. [Skotlex]
* Reverted the previous change, changed the pet capture code to try to
capture a mob based on their view class rather than actual class.
[Skotlex]