mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Creatures: Update Razorscale movement
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Razorscale
|
||||
UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (33186,33724);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (33186,33724);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
|
||||
(33186, 0, 0x3000000, 0x1, ''),
|
||||
(33724, 0, 0x3000000, 0x1, '');
|
||||
Reference in New Issue
Block a user