mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Misc: Typo fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`IN(8530,8531,8532,11064);
|
||||
UPDATE `spell_dbc` SET `Effect`=28,`EffectMiscValueB`=64 WHERE ``EffectSpellId` IN(17310);
|
||||
UPDATE `spelleffect_dbc` SET `Effect`=28,`EffectMiscValueB`=64 WHERE `EffectSpellId` IN(17310);
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN(8530,8531,8532,11064);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user