mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/SAI: Clear param2 for Remove Aura
Clear exististing data in param2 for sai entries using smart_action 28 as these param was previously unused but some lines of sai still had this param > 0
This commit is contained in:
1
sql/updates/world/2014_11_02_01_world.sql
Normal file
1
sql/updates/world/2014_11_02_01_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `smart_scripts` SET `action_param2`=0 WHERE `action_type`=28 and `action_param2`>0;
|
||||
Reference in New Issue
Block a user