diff options
| author | Subv <s.v.h21@hotmail.com> | 2012-10-20 07:07:21 -0700 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-10-20 07:07:21 -0700 |
| commit | 14adb5bcac6dff4f9cd81e9f34d9c0c5c62de178 (patch) | |
| tree | ad580969e4d509956ff62a6f46e0366ec1214e4f /sql/updates | |
| parent | 2f4d7fc8e8e91f952c5176614a8ba131ec01a111 (diff) | |
| parent | ae199b48393ee670ed00c7a3350f468228ec31b9 (diff) | |
Merge pull request #8134 from Gacko/q2987
Core/DB: Quest 'Gordunni Cobalt'
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_10_20_01_world_spell_script_names.sql | 8 |
1 files changed, 8 insertions, 0 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 new file mode 100644 index 00000000000..a8830806a83 --- /dev/null +++ b/sql/updates/world/2012_10_20_01_world_spell_script_names.sql @@ -0,0 +1,8 @@ +-- 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'); + +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'); |
