diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-10 09:25:30 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-10 09:25:30 +0000 |
commit | 547279bdd6a34d2342e96be57219f31b657f5c47 (patch) | |
tree | 3450ed80b08408060ac34fc1162bf9b1d391903b /Changelog-Trunk.txt | |
parent | 16bd7992cfa410cb200fc0357a44c00e8ea92623 (diff) | |
download | hercules-547279bdd6a34d2342e96be57219f31b657f5c47.tar.gz hercules-547279bdd6a34d2342e96be57219f31b657f5c47.tar.bz2 hercules-547279bdd6a34d2342e96be57219f31b657f5c47.tar.xz hercules-547279bdd6a34d2342e96be57219f31b657f5c47.zip |
- Cleared up npc shop id when warping a player.
- Added missing range/skill-mask info to reflected damage (fixes autospells not triggering on it)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11880 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 252c936d6..fba585dbb 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/12/10 + * Added missing range/skill-mask info to reflected damage (fixes autospells + not triggering on it) [Skotlex] 2007/12/09 * Modified npc_parsesrcfile to parse the line as a 'tab-separated values' string and added data truncation warnings. |