summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-31 22:48:50 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-31 22:48:50 +0000
commit5ecc8e9f062e1e34341eed276920a6a05aa10dd5 (patch)
tree7443734aef5d231937fa86eeb141b130ac30a88b /Changelog-Trunk.txt
parentccf5701ffb1d5d055254e6ec4bdae92ab4977cb2 (diff)
downloadhercules-5ecc8e9f062e1e34341eed276920a6a05aa10dd5.tar.gz
hercules-5ecc8e9f062e1e34341eed276920a6a05aa10dd5.tar.bz2
hercules-5ecc8e9f062e1e34341eed276920a6a05aa10dd5.tar.xz
hercules-5ecc8e9f062e1e34341eed276920a6a05aa10dd5.zip
Made High Speed Cart Ram (WS_CARTTERMINATION) ignore Crusader's Guard and Shield Reflect.
And happy new year! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9602 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index a31fc26c8..310865aba 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/12/31
+ * Made HSCR bypass both Guard and Shield Reflect using the dirty way [DracoRPG]
+ > cleaner way would need to rethink the whole skill's implementation
* Added more info when npc_scriptcont tries to continue a different script.
* Refer to http://www.eathena.ws/board/index.php?showtopic=130285
- Renamed pc_checkweighticon to pc_updateweightstatus and cleaned it.