mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Misc: Fix startup errors & typo
This commit is contained in:
6
sql/updates/world/2013_09_01_06_world_misc.sql
Normal file
6
sql/updates/world/2013_09_01_06_world_misc.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `creature_addon` WHERE `auras` LIKE '%46598%'; -- no need to specify GUID, these are unique
|
||||
DELETE FROM `creature_addon` WHERE `auras` LIKE '%43671%'; -- no need to specify GUID, these are unique
|
||||
DELETE FROM `creature_addon` WHERE `guid`=85236;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(85236,0,22471,0,1,0,'63500 64718');
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (132681,128620);
|
||||
Reference in New Issue
Block a user