diff options
| author | megamage <none@none> | 2009-03-21 11:19:55 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-21 11:19:55 -0600 |
| commit | 1cae82a153135d223203866d3f9ce2ddc5a7fbe6 (patch) | |
| tree | ba3b6462c4031e007107c7a329bb9f076ae7aa33 /src | |
| parent | ab13b3ac048a97a31b3388bf8f16587b91b68c0c (diff) | |
*Fix a bug that control bar is not shown for pets.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Player.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 20957614089..6934f4ae1ed 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -17186,7 +17186,6 @@ void Player::Whisper(const std::string& text, uint32 language,uint64 receiver) void Player::PetSpellInitialize() { - return; Pet* pet = GetPet(); if(!pet) |
