[12047] Refactor Unit kills Creature case

Add method Unit::JustKilledCreature to include code of killed creature case in Unit::DealDamage
This commit is contained in:
Schmoozerd 2012-07-16 18:31:09 +02:00
parent bd5340b3a9
commit 8b075e1037
3 changed files with 84 additions and 84 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12046"
#define REVISION_NR "12047"
#endif // __REVISION_NR_H__