Merge pull request #66 from j883376/gcc-changes

GCC Changes
This commit is contained in:
Alex
2013-05-24 01:16:10 -07:00
32 changed files with 115 additions and 85 deletions
+1 -1
View File
@@ -1424,7 +1424,7 @@ void Client::Death(Mob* killerMob, int32 damage, uint16 spell, SkillType attack_
if(dead)
return; //cant die more than once...
int exploss;
int exploss = 0;
mlog(COMBAT__HITS, "Fatal blow dealt by %s with %d damage, spell %d, skill %d", killerMob ? killerMob->GetName() : "Unknown", damage, spell, attack_skill);