diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2016-12-06 20:49:35 +0100 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2016-12-06 20:49:35 +0100 |
commit | 8563abdfbf4a1e5b816e60fe0fb24ae8daf7eee7 (patch) | |
tree | 1b2aa0a48697009fc3d71a9cfc50c124e3863e80 | |
parent | 784d70af7b77674373a355a9f60f37931451d3b2 (diff) |
DB/creature: give Frozo the Renowned his carpet back
By Killyana
Closes #18407
-rw-r--r-- | sql/updates/world/master/2016_12_06_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2016_12_06_01_world.sql b/sql/updates/world/master/2016_12_06_01_world.sql new file mode 100644 index 00000000000..ef702dd5225 --- /dev/null +++ b/sql/updates/world/master/2016_12_06_01_world.sql @@ -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'); |