diff options
author | Killyana <morphone1@gmail.com> | 2019-03-09 00:40:51 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-03-09 00:40:51 +0100 |
commit | 0ea2b26f864661feb5de214c007c3d589fdd0e35 (patch) | |
tree | 6085fdca57aa6e94b0215c85772f750dea045708 | |
parent | 9d34739d690056522a3cde4f50e31c3b8b94fab7 (diff) |
DB/SAI: Remove the spell Dazed from SAI combat scripts
-rw-r--r-- | sql/updates/world/3.3.5/2019_03_09_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_09_00_world.sql b/sql/updates/world/3.3.5/2019_03_09_00_world.sql new file mode 100644 index 00000000000..8e93ce6efbe --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_09_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `smart_scripts` WHERE `action_type`=11 AND `action_param1`=1604 AND `entryorguid` IN (6206,6218,6220,6219,6233,6222,6225,6234) AND `source_type`=0; |