diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-28 04:39:51 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-28 04:39:51 +0000 |
commit | 6a03ec642143d3040a7b50ce3e5f96feb203b74c (patch) | |
tree | 24531165f396e7470a155fa08d44de479fd482f7 /Changelog-Trunk.txt | |
parent | fd625485b8ab08aa9df7115d630076cb2ca6d9af (diff) | |
download | hercules-6a03ec642143d3040a7b50ce3e5f96feb203b74c.tar.gz hercules-6a03ec642143d3040a7b50ce3e5f96feb203b74c.tar.bz2 hercules-6a03ec642143d3040a7b50ce3e5f96feb203b74c.tar.xz hercules-6a03ec642143d3040a7b50ce3e5f96feb203b74c.zip |
Prevented SC_EXPBOOST, SC_JEXPBOOST and SC_ITEMBOOST (used by Battle Manuals and Bubble Gum) from being dispelled by Gospel. (bugreport:4836)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14763 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index be7b8b739..e8639c243 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/03/28 + * Prevented SC_EXPBOOST, SC_JEXPBOOST and SC_ITEMBOOST (used by Battle Manuals and Bubble Gum) from being dispelled by Gospel. (bugreport:4836) [Paradox924X] 2011/03/27 * Added separate character state for vending (like for buyingstore), instead of vender_id != 0 (follow up to r14682, related r14713). [Ai4rei] * Added support for tracking state of client command /effect through packet 0x21d (CZ_LESSEFFECT). [Ai4rei] |