Skip to content

Commit 8563abd

Browse files
author
tkrokli
committed
DB/creature: give Frozo the Renowned his carpet back
By Killyana Closes TrinityCore#18407
1 parent 784d70a commit 8563abd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- give Frozo the Renowned his carpet back
2+
DELETE FROM `creature_addon` WHERE `guid`= 202846;
3+
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`aiAnimKit`,`movementAnimKit`,`meleeAnimKit`,`auras`) VALUES
4+
(202846,0,31837,0,257,0,0,0,0,'70878 75387');

0 commit comments

Comments
 (0)