mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[12126] Implement SPELL_EFFECT_KNOCKBACK_FROM_POSITION (144)
Also fix a missing break in db-script engine Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
6fa6eb24a5
commit
147a1b04fe
5 changed files with 27 additions and 3 deletions
|
|
@ -1623,6 +1623,8 @@ void ScriptAction::HandleScriptStep()
|
|||
pGo->SetFlag(GAMEOBJECT_FLAGS, GO_FLAG_NO_INTERACT);
|
||||
else if (m_script->goLockState.lockState & 0x08)
|
||||
pGo->RemoveFlag(GAMEOBJECT_FLAGS, GO_FLAG_NO_INTERACT);
|
||||
|
||||
break;
|
||||
}
|
||||
case SCRIPT_COMMAND_STAND_STATE: // 28
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue