mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Misc: Fix 2 runtime errors
By Malcrom
(cherry picked from commit 2478438117)
This commit is contained in:
5
sql/updates/world/2015_11_06_02_world_2015_10_14_02.sql
Normal file
5
sql/updates/world/2015_11_06_02_world_2015_10_14_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (56606,56607);
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(56606,566050,0,0,1,0, ''),
|
||||
(56607,566050,0,0,1,0, '');
|
||||
Reference in New Issue
Block a user