mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
SQL: Typo fixes.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- Spellscript and conditions for spells of quest Gordunni Cobalt
|
||||
-- Spellscript and conditions for spells of quest Gordunni Cobalt
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=19395;
|
||||
INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES
|
||||
(19395,'spell_gordunni_trap');
|
||||
|
||||
@@ -1 +1 @@
|
||||
ALTER TABLE `conditions` CHANGE COLUMN `SourceEntry` `SourceEntry` MEDIUMINT(8) NOT NULL DEFAULT 0
|
||||
ALTER TABLE `conditions` CHANGE COLUMN `SourceEntry` `SourceEntry` MEDIUMINT(8) NOT NULL DEFAULT 0;
|
||||
|
||||
Reference in New Issue
Block a user