diff options
| author | raczman <none@none> | 2009-04-05 10:31:28 +0200 |
|---|---|---|
| committer | raczman <none@none> | 2009-04-05 10:31:28 +0200 |
| commit | 607741569c6047e05f4bbb97735d60a311b647c1 (patch) | |
| tree | b7287099c6296d1d5c2b124adf39ababe3b11284 /src | |
| parent | f692364e8e2f34425f5d016b5180499121b0a0f9 (diff) | |
Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Unit.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 7f5f943279b..c3dbcf87dd7 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -66,6 +66,11 @@ float baseMoveSpeed[MAX_MOVE_TYPE] = void InitTriggerAuraData(); +void Unit::AddToWorld() +{ + WorldObject::AddToWorld(); +} + // auraTypes contains attacker auras capable of proc'ing cast auras static Unit::AuraTypeSet GenerateAttakerProcCastAuraTypes() { |
