diff options
author | ForesterDev <ForesterDev@users.noreply.github.com> | 2019-09-26 17:43:26 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 22:25:56 +0100 |
commit | 7da053be6687f739c4d6ae7d2dd5bd70fee5745c (patch) | |
tree | 8a04fbb300291001c3749b2e02503be58c31d5b5 /sql | |
parent | 5d2b37634bd4e73f63b3de564f89b4075b33dca4 (diff) |
DB/Creature: Remove wrong SAI from guards
Closes #23824
(cherry picked from commit 176f51d1e80dc116c5a16bc6aad295016ad8b6cd)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_12_18_44_world_2019_09_26_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_44_world_2019_09_26_02_world.sql b/sql/updates/world/master/2021_12_18_44_world_2019_09_26_02_world.sql new file mode 100644 index 00000000000..cdb1e70c23d --- /dev/null +++ b/sql/updates/world/master/2021_12_18_44_world_2019_09_26_02_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (68,1756,1976,3296,14304) AND `source_type`=0 AND `id` = 0; +DELETE FROM `conditions` WHERE `SourceEntry` IN (68,1756,1976,3296,14304) AND `SourceTypeOrReferenceId` = 22; |