diff options
author | ForesterDev <ForesterDev@users.noreply.github.com> | 2019-09-26 17:43:26 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-09-26 17:43:26 +0200 |
commit | 176f51d1e80dc116c5a16bc6aad295016ad8b6cd (patch) | |
tree | 3d9cc154ecaad974b19272bcd1359b12af023bb1 | |
parent | 2e1a85d8c9e7f990e67dc218db84bf4f307b0845 (diff) |
DB/Creature: Remove wrong SAI from guards
Closes #23824
-rw-r--r-- | sql/updates/world/3.3.5/2019_09_26_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_09_26_02_world.sql b/sql/updates/world/3.3.5/2019_09_26_02_world.sql new file mode 100644 index 00000000000..cdb1e70c23d --- /dev/null +++ b/sql/updates/world/3.3.5/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; |