diff options
author | Wyrserth <wyrserth@protonmail.com> | 2019-07-05 21:51:24 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-14 21:17:23 +0100 |
commit | 3b72b439373f3ea28f3edfca4d06dbb829e6fc7b (patch) | |
tree | ebf5449572e52ba3e69fdc88bd799f663f7459ed | |
parent | 72aae443999efe9dc7a68c08054c2e2609678350 (diff) |
DB/SAI: remove useless actions from Regthar Deathgate's script.
Fixes #23543.
(cherry picked from commit a8d232a92158bb9782e0895e6788692ee4729eb7)
-rw-r--r-- | sql/updates/world/master/2021_12_14_02_world_2019_07_05_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_14_02_world_2019_07_05_02_world.sql b/sql/updates/world/master/2021_12_14_02_world_2019_07_05_02_world.sql new file mode 100644 index 00000000000..5bc9b735876 --- /dev/null +++ b/sql/updates/world/master/2021_12_14_02_world_2019_07_05_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=338900 AND `source_type`=9 AND `id` IN (26, 27); |