mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Misc: Fix few startup errors
This commit is contained in:
4
sql/updates/world/2013_09_06_00_world_misc.sql
Normal file
4
sql/updates/world/2013_09_06_00_world_misc.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Fix few startup errors
|
||||
UPDATE `smart_scripts` SET `event_param3`=12555 WHERE `entryorguid`=27727 AND `source_type`=0 AND `id`=2 AND `link`=0;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=66177;
|
||||
DELETE FROM `waypoint_data` WHERE `id`=661770;
|
||||
Reference in New Issue
Block a user