mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Merge commit 'origin/master' into 320
Conflicts: src/game/Map.cpp src/game/MapInstanced.cpp src/game/Player.cpp src/game/SpellEffects.cpp src/game/Totem.cpp
This commit is contained in:
commit
1a47420fe8
43 changed files with 1208 additions and 714 deletions
|
|
@ -53,7 +53,6 @@ void Totem::Update( uint32 time )
|
|||
|
||||
void Totem::Summon(Unit* owner)
|
||||
{
|
||||
SetInstanceId(owner->GetInstanceId());
|
||||
owner->GetMap()->Add((Creature*)this);
|
||||
|
||||
// select totem model in dependent from owner team
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue