mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
AI/SmartScripts: Add param3 to SMART_ACTION_CAST and SMART_ACTION_INVOKER_CAST that allows specific triggered flags to be set (rather than all-or-nothing). Ignored if SMARTCAST_TRIGGERED is not set.
This commit is contained in:
2
sql/updates/world/3.3.5/2016_08_19_01_world.sql
Normal file
2
sql/updates/world/3.3.5/2016_08_19_01_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- remove old (never used) param values from _CAST and _INVOKER_CAST
|
||||
UPDATE `smart_scripts` SET `action_param3`=0,`action_param4`=0,`action_param5`=0,`action_param6`=0 WHERE `action_type` IN (11,85);
|
||||
Reference in New Issue
Block a user