diff options
-rw-r--r-- | Changelog-Trunk.txt | 1 | ||||
-rw-r--r-- | src/map/skill.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 00ded4f4c..6a858692a 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. 2007/07/09 + * Rev. 10872 Removed a comment I had placed on line 6879 in Skill.c. [L0ne_W0lf] * Rev. 10870 Alchemist skill "AM_CANNIBALIZE" ("Summon_Flora") now [L0ne_W0lf] summons the proper monsters. 2007/07/07 diff --git a/src/map/skill.c b/src/map/skill.c index ce20af562..9ce83d48e 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -6876,7 +6876,7 @@ struct skill_unit_group *skill_unitsetting (struct block_list *src, int skillid, alive=0; else clif_changemapcell(src->m,ux,uy,5,0); - //} + } } if(alive){ |