diff options
author | offl <offl@users.noreply.github.com> | 2022-01-12 12:41:20 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2022-01-12 12:41:20 +0200 |
commit | 04516d22149e62bac5deb1a7790554c955e0fc10 (patch) | |
tree | 39f14763cf6d4a793fc593440b0db54b6a7038cb | |
parent | c5adb86f36afc094978ec503046579c638cf7d23 (diff) |
DB/SAI: Use GameObjectActions in Suntara Stones quest script
Ref #27579
-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; |