summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-31 22:49:09 +0000
committershadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-31 22:49:09 +0000
commit21dbc498aa93746cc8aaf38b7362a58c71addb84 (patch)
treebd9b0517e2a1ec85104e947816b625a337136cb7
parentdffb28cf06c60daccb6c216923c9332b1cc40fe2 (diff)
downloadhercules-21dbc498aa93746cc8aaf38b7362a58c71addb84.tar.gz
hercules-21dbc498aa93746cc8aaf38b7362a58c71addb84.tar.bz2
hercules-21dbc498aa93746cc8aaf38b7362a58c71addb84.tar.xz
hercules-21dbc498aa93746cc8aaf38b7362a58c71addb84.zip
Quagmire now will affect boss monsters, but more info is required to code the debuff exceptions properly.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13028 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--Changelog-Trunk.txt3
-rw-r--r--src/map/status.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 106ea4e64..8a6ff6320 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.
+2008/08/01
+ * Quagmire now will affect boss monsters, but more info is required to code the debuff exceptions properly. [Brainstorm]
+
2008/07/31
* Fixed: added 'E'-type zenylogs in sql table (bugreport:1957) [akrus]
- added sql file upgrade_svn13025_log.sql
diff --git a/src/map/status.c b/src/map/status.c
index 0cd4a03a6..19fa38cf8 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -4783,7 +4783,6 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
case SC_BLESSING:
if (!undead_flag && status->race!=RC_DEMON)
break;
- case SC_QUAGMIRE:
case SC_DECREASEAGI:
case SC_PROVOKE:
case SC_COMA: