mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
Remove trailing whitespace
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class Beacon : public Mob
|
||||
public:
|
||||
Beacon(Mob *at_mob, int lifetime);
|
||||
~Beacon();
|
||||
|
||||
|
||||
//abstract virtual function implementations requird by base abstract class
|
||||
virtual void Death(Mob* killerMob, int32 damage, uint16 spell_id, SkillType attack_skill) { return; }
|
||||
virtual void Damage(Mob* from, int32 damage, uint16 spell_id, SkillType attack_skill, bool avoidable = true, int8 buffslot = -1, bool iBuffTic = false) { return; }
|
||||
|
||||
Reference in New Issue
Block a user