[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:
Reamer 2012-08-27 14:42:56 +02:00 committed by Antz
parent 6fa6eb24a5
commit 147a1b04fe
5 changed files with 27 additions and 3 deletions

View file

@ -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
{