mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/creature: give Frozo the Renowned his carpet back
By Killyana Closes #18407
This commit is contained in:
4
sql/updates/world/master/2016_12_06_01_world.sql
Normal file
4
sql/updates/world/master/2016_12_06_01_world.sql
Normal file
@@ -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