[8425] Implement SPELL_EFFECT_LEAP_BACK and spell 781
commit40c03a8e41ab3182b1b05f4ea64725661c4106d5
authorVladimirMangos <vladimir@getmangos.com>
Thu, 27 Aug 2009 01:04:55 +0000 (27 05:04 +0400)
committerVladimirMangos <vladimir@getmangos.com>
Thu, 27 Aug 2009 01:27:45 +0000 (27 05:27 +0400)
tree0871ba68b654b57cca41c4b66e60951134af5409
parent2909842af5c9fd1fb21f6521597259d269cef6b3
[8425] Implement SPELL_EFFECT_LEAP_BACK and spell 781

* Move CMSG_MOVE_KNOCK_BACK_ACK (player case) to Unit::KnockBackFrom
* Implement creature case, most at hack way currently :(
  Need information about expected server packet, and possible some disorientation movegen apply at short time.
* In adition of spell 781 implement related creature versions.

* Fixed warnings spawn at reading CMSG_MOVE_KNOCK_BACK_ACK, CMSG_MOVE_HOVER_ACK, CMSG_MOVE_WATER_WALK_ACK.
sql/mangos_spell_check.sql
src/game/MovementHandler.cpp
src/game/SharedDefines.h
src/game/Spell.h
src/game/SpellEffects.cpp
src/game/Unit.cpp
src/game/Unit.h
src/shared/revision_nr.h