diff options
author | QAston <none@none> | 2009-08-01 02:15:04 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-08-01 02:15:04 +0200 |
commit | bf326cd3a3b384881bf124f7c8ae987bc9ac583e (patch) | |
tree | 6e0c26a6da78b083042244ae785b679161aafeaa /src/game/Player.cpp | |
parent | 129f6ce6f098430a98c0757a67afdc7767168ab0 (diff) |
*Update world_spell_full with missing data.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 8cd21e1ef48..cc36be390d7 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -21398,3 +21398,9 @@ void Player::ResetMap() Unit::ResetMap(); GetMapRef().unlink(); } + +void SetMap(Map * map) +{ + Unit::SetMap(map); + m_mapRef.link(map, this); +} |