diff options
author | Subv <s.v.h21@hotmail.com> | 2012-10-20 10:41:16 -0500 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-10-20 10:41:16 -0500 |
commit | 1252e167e5991aa5cb8756ea6a94d0628f73ec1f (patch) | |
tree | 2d7ccc6efa285727a1133bd5076201393d13ca9f | |
parent | 14adb5bcac6dff4f9cd81e9f34d9c0c5c62de178 (diff) |
Core/SQL: Corrected a mistake from previous merge.
Author: @Gacko
-rw-r--r-- | sql/updates/world/2012_10_20_01_world_spell_script_names.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_10_20_01_world_spell_script_names.sql b/sql/updates/world/2012_10_20_01_world_spell_script_names.sql index a8830806a83..d0eefb17943 100644 --- a/sql/updates/world/2012_10_20_01_world_spell_script_names.sql +++ b/sql/updates/world/2012_10_20_01_world_spell_script_names.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=11757; INSERT INTO `conditions`(`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`Comment`) VALUES -(11757,1,13,31,5,144050,'Digging for Cobalt targets Gordunni Trap'); +(13,1,11757,31,5,144050,'Digging for Cobalt targets Gordunni Trap'); |