summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: