mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 14:39:43 -04:00
DB/creature: give Frozo the Renowned his carpet back
By Killyana Closes #18407
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- give Frozo the Renowned his carpet back
|
||||
DELETE FROM `creature_addon` WHERE `guid`= 202846;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`aiAnimKit`,`movementAnimKit`,`meleeAnimKit`,`auras`) VALUES
|
||||
(202846,0,31837,0,257,0,0,0,0,'70878 75387');
|
||||
Reference in New Issue
Block a user