mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Scripts: SMSG_PLAY_ONE_SHOT_ANIM_KIT corrections. Thx to Arci
This commit is contained in:
@@ -892,7 +892,7 @@ void Map::ScriptsProcess()
|
||||
case SCRIPT_COMMAND_PLAY_ANIMKIT:
|
||||
// Source must be Creature.
|
||||
if (Creature* cSource = _GetScriptCreature(source, true, step.script))
|
||||
cSource->PlayOneShotAnimKit(step.script->PlayAnimKit.AnimKitID);
|
||||
cSource->PlayOneShotAnimKitId(step.script->PlayAnimKit.AnimKitID);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user