mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +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);
|
||||
@@ -2978,7 +2978,7 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
|
||||
switch (spellInfo->Id)
|
||||
{
|
||||
case 53096: // Quetz'lun's Judgment
|
||||
case 53096: // Quetz'lun's Judgment
|
||||
spellInfo->MaxAffectedTargets = 1;
|
||||
break;
|
||||
case 42730:
|
||||
|
||||
Reference in New Issue
Block a user