Selaa lähdekoodia

Quagmire now will affect boss monsters, but more info is required to code the debuff exceptions properly.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13028 54d463be-8e91-2dee-dedb-b68131a5f0ec
shadow 17 vuotta sitten
vanhempi
commit
414c0f41e2
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 0
      Changelog-Trunk.txt
  2. 0 1
      src/map/status.c

+ 3 - 0
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

+ 0 - 1
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: