From 09e7cb05154287125177a5fb9b191ba5a1230585 Mon Sep 17 00:00:00 2001 From: shadow Date: Sat, 14 Jun 2008 11:49:07 +0000 Subject: [PATCH] Fixed PF_FOGWALL working on Boss monsters. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12832 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 2 ++ src/map/status.c | 1 + 2 files changed, 3 insertions(+) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 93130b3629..e1a40bcdef 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ 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/06/14 + * Fixed PF_FOGWALL working on Boss monsters. [Brainstorm] 2008/06/13 * Fixed Evil Land working versus undead element instead of undead race. diff --git a/src/map/status.c b/src/map/status.c index 0eee43ed7f..ff94e6e686 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4832,6 +4832,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_STRIPHELM: case SC_RICHMANKIM: case SC_ROKISWEIL: + case SC_FOGWALL: return 0; } }