SQL: Typo fixes.

This commit is contained in:
w1sht0l1v3
2012-10-24 17:36:19 +03:00
parent 9fbc4c0ae2
commit 0a840fcb21
2 changed files with 2 additions and 2 deletions

View File

@@ -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');

View File

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