diff options
author | Kudlaty <none@none> | 2009-07-23 21:34:24 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-07-23 21:34:24 +0200 |
commit | 3539bfc0327de41e3676aeef556de554c30c23b8 (patch) | |
tree | 1b1be656049d6b55e056185656b0f7c69b4429a5 | |
parent | 8b256915414ca3d6c0d74ad36fd2cfef6909cfbf (diff) |
Fix another two typos. sorry
--HG--
branch : trunk
-rw-r--r-- | sql/FULL/world_spell_full.sql | 2 | ||||
-rw-r--r-- | sql/FULL/world_tmp_full.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index bf8c94b7227..980c29c9fd8 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -483,7 +483,7 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES ('48714', '2', '27236'), ('57806', '2', '31043'); ---- Zul'Drak +-- Zul'Drak DELETE FROM `spell_script_target` WHERE `entry` IN (55083,55223,59951,59952); INSERT INTO `spell_script_target` VALUES (55083, 1, 29700),(55223, 1, 29686),(59951, 1, 29686),(59952, 1, 29686); diff --git a/sql/FULL/world_tmp_full.sql b/sql/FULL/world_tmp_full.sql index 71e7749f201..19e1276d4ea 100644 --- a/sql/FULL/world_tmp_full.sql +++ b/sql/FULL/world_tmp_full.sql @@ -1,4 +1,4 @@ ---- Khunok Will Know ---- +-- Khunok Will Know -- UPDATE `quest_template` SET `SrcSpell`='46232' WHERE (`entry`='11878'); -- -------- |