mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
update (core): Knock Back Helpers (#12639)
Adds knock back helpers to the core for future core and module use.
This commit is contained in:
@@ -222,6 +222,7 @@ Player::Player(WorldSession* session): Unit(true), m_mover(this)
|
||||
m_bHasDelayedTeleport = false;
|
||||
teleportStore_options = 0;
|
||||
m_canTeleport = false;
|
||||
m_canKnockback = false;
|
||||
|
||||
m_trade = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user