mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
SQL:
- Fix startup errors - Rename SQLs in correct name
This commit is contained in:
5
sql/updates/world/2012_12_07_04_world_misc.sql
Normal file
5
sql/updates/world/2012_12_07_04_world_misc.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `creature_ai_scripts` WHERE `creature_id` =19255;
|
||||
|
||||
UPDATE `conditions` SET `ErrorType`=173,`ErrorTextId`=0 WHERE `SourceTypeOrReferenceId` =17 AND `SourceEntry`=74222;
|
||||
|
||||
UPDATE `quest_template` SET `SpecialFlags`=`SpecialFlags` |0x1 WHERE `Id` IN (9884,9885,9886,9887);
|
||||
Reference in New Issue
Block a user