From b85cfb9e2d8889a95e7db72ac9bf1adb6f0068f7 Mon Sep 17 00:00:00 2001 From: Vox Date: Sat, 16 Jan 2021 20:51:30 -0500 Subject: [PATCH] airmanskyhomie (#4251) --- .../updates/pending_db_world/rev_1610321145931268300.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1610321145931268300.sql diff --git a/data/sql/updates/pending_db_world/rev_1610321145931268300.sql b/data/sql/updates/pending_db_world/rev_1610321145931268300.sql new file mode 100644 index 000000000..a3608c901 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1610321145931268300.sql @@ -0,0 +1,8 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1610321145931268300'); + +-- Airman Skyhopper mace sheathing fix + +DELETE FROM `creature_template_addon` WHERE (`entry` = 25737); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `isLarge`, `auras`) VALUES +(25737, 0, 0, 0, 0, 0, 0, ''); +