mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Misc: fix some startup errors
This commit is contained in:
3
sql/updates/world/2013_01_03_12_world_misc.sql
Normal file
3
sql/updates/world/2013_01_03_12_world_misc.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Fix startup errors:
|
||||
-- Set correct questid for Many Wyrm
|
||||
UPDATE `smart_scripts` SET `action_param1`=8346 WHERE `entryorguid`=(15273,15274,15294,15298) AND `source_type`=0 AND `id` IN (0,1);
|
||||
Reference in New Issue
Block a user