diff options
author | Shocker <none@none> | 2010-09-04 16:47:57 +0300 |
---|---|---|
committer | Shocker <none@none> | 2010-09-04 16:47:57 +0300 |
commit | 94b59b4f0e4a98740cdb3934d228b78a4f37b781 (patch) | |
tree | e399d1d7b998eb3dacfe8beaa7fc21587b6f1e4a | |
parent | a0585adb37544aae973ab3f547ccadb4315c8eae (diff) |
Fix encoding for a previous core sql file
--HG--
branch : trunk
-rw-r--r-- | sql/updates/9746_world_spell_script_names.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/9746_world_spell_script_names.sql b/sql/updates/9746_world_spell_script_names.sql index 40876b804bb..0c4f26ae0f8 100644 --- a/sql/updates/9746_world_spell_script_names.sql +++ b/sql/updates/9746_world_spell_script_names.sql @@ -1,4 +1,4 @@ --- 14537 Six Demon Bag +-- 14537 Six Demon Bag DELETE FROM `spell_script_names` WHERE `spell_id`=14537 AND `ScriptName`='spell_item_six_demon_bag'; INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (14537,'spell_item_six_demon_bag'); |