mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
7
sql/updates/world/3.3.5/2021_07_03_00_world.sql
Normal file
7
sql/updates/world/3.3.5/2021_07_03_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param3` = 0, `event_param4` = 0, `comment` = "Conqueror Krenna - Target Casting - Cast 'Pummel'" WHERE `entryorguid` = 27727 AND `source_type` = 0 AND `id` = 2 AND `event_type` = 13;
|
||||
UPDATE `smart_scripts` SET `event_type` = 0, `comment` = "Conqueror Krenna - In Combat - Cast 'Fixate'" WHERE `entryorguid` = 27727 AND `source_type` = 0 AND `id` = 3 AND `event_type` = 13;
|
||||
UPDATE `smart_scripts` SET `event_param2` = 0 WHERE `entryorguid` = 31702 AND `source_type` = 0 AND `id` = 5 AND `event_type` = 61;
|
||||
UPDATE `smart_scripts` SET `event_param5` = 0 WHERE `entryorguid` = 37230 AND `source_type` = 0 AND `id` = 1 AND `event_type` = 38;
|
||||
UPDATE `smart_scripts` SET `event_param5` = 0 WHERE `entryorguid` = 31279 AND `source_type` = 0 AND `id` = 5 AND `event_type` = 0;
|
||||
UPDATE `smart_scripts` SET `event_param5` = 0 WHERE `entryorguid` = 32800 AND `source_type` = 0 AND `id` = 5 AND `event_type` = 0;
|
||||
Reference in New Issue
Block a user