From 7f7d4f3966d87d92cad0b9d93176199c8dc76338 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 1 Sep 2019 16:37:06 +0200 Subject: Core/SAI: Describe additional SMART_ACTION_PLAY_SPELL_VISUAL_KIT params --- src/server/game/AI/SmartScripts/SmartScriptMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/game/AI/SmartScripts/SmartScriptMgr.h b/src/server/game/AI/SmartScripts/SmartScriptMgr.h index 13db159afc4..48e6a44b777 100644 --- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h +++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h @@ -601,7 +601,7 @@ enum SMART_ACTION // 131 - 134 : 3.3.5 reserved SMART_ACTION_PLAY_CINEMATIC = 135, // reserved for future uses SMART_ACTION_SET_MOVEMENT_SPEED = 136, // movementType, speedInteger, speedFraction - SMART_ACTION_PLAY_SPELL_VISUAL_KIT = 137, // spellVisualKitId + SMART_ACTION_PLAY_SPELL_VISUAL_KIT = 137, // spellVisualKitId, kitType (unknown values, copypaste from packet dumps), duration SMART_ACTION_END = 138 }; -- cgit v1.2.3