- Fix startup errors
- Rename SQLs in correct name
This commit is contained in:
Vincent_Michael
2012-12-07 18:10:20 +01:00
parent d96f80cc5d
commit 3199c9d563
4 changed files with 6 additions and 1 deletions

View 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);

View File

@@ -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: