- Added a clif_skill_nodamage packet when using Repair Weapon, just to see what happens.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8762 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-09-14 21:10:54 +00:00
parent f7e2c8a84c
commit 25b73f7772
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,8 @@ 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/09/14
* Added a clif_skill_nodamage packet when using Repair Weapon, just to see
what happens. [Skotlex]
* Likely fixed "half" of the alliance being saved, which ends up in guilds
that can attack another, but not viceversa. [Skotlex]
* Added deleting of saved Status changes on character delete for the

View File

@ -4309,8 +4309,10 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
break;
case BS_REPAIRWEAPON:
if(sd && dstsd)
if(sd && dstsd) {
clif_skill_nodamage(src,bl,skillid,skilllv,1);
clif_item_repair_list(sd,dstsd);
}
break;
case MC_IDENTIFY: