diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 49315d29f1..251f066a6c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/08/08 + * Fixed compilation warning [Toms] * Added a check to handle Spider Web as a targetted skill. If there's more than one character on the targetted cell, a different one may get trapped, but it will mostly do as it is now. [Skotlex] diff --git a/src/map/skill.c b/src/map/skill.c index 3c505eb817..41471ade37 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -5598,7 +5598,7 @@ int skill_castend_id (int tid, unsigned int tick, int id, int data) struct homun_data* hd = NULL; //[orn] struct mob_data* md = NULL; struct unit_data* ud = unit_bl2ud(src); - struct status_change *sc; + struct status_change *sc = NULL; int inf,inf2; nullpo_retr(0, ud); diff --git a/vcproj-8/map-server_sql.vcproj b/vcproj-8/map-server_sql.vcproj index dabc39e30a..d02257a23b 100644 --- a/vcproj-8/map-server_sql.vcproj +++ b/vcproj-8/map-server_sql.vcproj @@ -1,7 +1,7 @@