diff options
-rw-r--r-- | sql/updates/world/3.3.5/2022_01_12_01_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_01_12_01_world_335.sql b/sql/updates/world/3.3.5/2022_01_12_01_world_335.sql new file mode 100644 index 00000000000..60af94bbde7 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_01_12_01_world_335.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `action_type` = 147, `action_param1` = 5, `action_param2` = 0, `comment` = "Dorius Stonetender - On Script - Activate Object (Disturb)" WHERE `entryorguid` IN (828401,828403) AND `source_type` = 9 AND `action_type` = 45; + +UPDATE `gameobject_template` SET `AIName` = '' WHERE `entry` IN (147516,147517); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (147516,147517) AND `source_type` = 1; |