mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 09:03:47 +00:00
Merge branch 'azerothcore:master' into Playerbot
This commit is contained in:
@@ -3036,7 +3036,7 @@ bool Creature::SetSwim(bool enable)
|
||||
*/
|
||||
bool Creature::CanSwim() const
|
||||
{
|
||||
if (Unit::CanSwim() || (!Unit::CanSwim() && !CanFly()))
|
||||
if (Unit::CanSwim())
|
||||
return true;
|
||||
|
||||
if (IsPet())
|
||||
|
||||
Reference in New Issue
Block a user