mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
airmanskyhomie (#4251)
This commit is contained in:
@@ -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, '');
|
||||
|
||||
Reference in New Issue
Block a user