mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
DB/SAI: Remove some redundant creature_texts using SMART_ACTION_CALL_FOR_HELP
This commit is contained in:
4
sql/updates/world/2013_01_10_01_world_sai.sql
Normal file
4
sql/updates/world/2013_01_10_01_world_sai.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (2287, 2706, 2719, 10828, 16357, 17210);
|
||||
UPDATE `smart_scripts` SET `action_param2`=1 WHERE `action_type`=39 AND `entryorguid` IN (2287, 2706, 2719, 10828, 16357, 17210, 3987);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2287, 2719) AND `action_param1`=1 AND `action_type`=1;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2706, 10828, 16357, 17210, 3987) AND `action_param1`=0 AND `action_type`=1;
|
||||
Reference in New Issue
Block a user