diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-23 09:26:00 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-23 09:26:00 +0000 |
commit | 7d7f935061145b4f387ce904ec3d1c44612341bb (patch) | |
tree | 81961130b37c75bd7915bc46247fea87c3709f40 /Changelog-Renewal.txt | |
parent | 012a470926be6d0d0f51f877c6ba1ffd3422ea3a (diff) | |
download | hercules-7d7f935061145b4f387ce904ec3d1c44612341bb.tar.gz hercules-7d7f935061145b4f387ce904ec3d1c44612341bb.tar.bz2 hercules-7d7f935061145b4f387ce904ec3d1c44612341bb.tar.xz hercules-7d7f935061145b4f387ce904ec3d1c44612341bb.zip |
* Added script command pushpc, which is required by newer scripts.
- Moved knockback-part of skill_blown into unit_blown, to allow unconditional knockback required by pushpc without copy-pasting code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14492 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Renewal.txt')
-rw-r--r-- | Changelog-Renewal.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt index e7361b53c..84fd9c869 100644 --- a/Changelog-Renewal.txt +++ b/Changelog-Renewal.txt @@ -1,5 +1,8 @@ Date Added +2010/11/23 + * Added script command pushpc, which is required by newer scripts. [Ai4rei] + - Moved knockback-part of skill_blown into unit_blown, to allow unconditional knockback required by pushpc without copy-pasting code. 2010/11/22 * mail_deliveryfail no longer attempts to log (since r12910) and give items (since r11855), when there is no item attached to the mail (bugreport:3239). [Ai4rei] * Fixed a crash when shutting down char-server (TXT only), after it failed to load storage save data (since r1275). [Ai4rei] |