From 08b051284862d3b645daac7bd4c17ac30163c27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udio=20Costa?= <54484196+claudiodfc@users.noreply.github.com> Date: Tue, 7 Dec 2021 09:15:44 +0000 Subject: [PATCH] fix(DB/SAI): Warlord Krom'zar wrong spell (#9459) - On Sniffs he doesn't cast anything in-combat - On VMangos he doesn't either - On Youtube classic footage there doesn't seem to be anything cast from him either. --- data/sql/updates/pending_db_world/rev_1638445027033013500.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1638445027033013500.sql diff --git a/data/sql/updates/pending_db_world/rev_1638445027033013500.sql b/data/sql/updates/pending_db_world/rev_1638445027033013500.sql new file mode 100644 index 000000000..93159d5c7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1638445027033013500.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638445027033013500'); + +DELETE FROM `smart_scripts` WHERE (`entryorguid` = 9456) AND (`source_type` = 0) AND (`id` IN (0));