diff options
| author | Gacko <gacko28@gmx.de> | 2012-10-20 15:01:04 +0200 |
|---|---|---|
| committer | Gacko <gacko28@gmx.de> | 2012-10-20 15:01:04 +0200 |
| commit | 0b7a842b61cee07141db4ec674fd8fb4edfc6d56 (patch) | |
| tree | d1f66873bb02b921675a7912c0465ae9efdf6515 /sql | |
| parent | 2f4d7fc8e8e91f952c5176614a8ba131ec01a111 (diff) | |
Core/DB: Quest 'Gordunni Cobalt'
SpellScript and conditions for spells of this quest.
Diffstat (limited to 'sql')
| -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'); |
