/sql/old/ancient/3.3.5a/TDB49_to_TDB50_updates/world/2012_10_20_01_world_spell_script_names.sql

https://gitlab.com/trinitycore/TrinityCore_434 · SQL · 8 lines · 6 code · 1 blank · 1 comment · 0 complexity · 3608e0a29c5b5f4e95546bcd8e1ef8a6 MD5 · raw file

  1. -- Spellscript and conditions for spells of quest Gordunni Cobalt
  2. DELETE FROM `spell_script_names` WHERE `spell_id`=19395;
  3. INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES
  4. (19395,'spell_gordunni_trap');
  5. DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=11757;
  6. INSERT INTO `conditions`(`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`Comment`) VALUES
  7. (13,1,11757,31,5,144050,'Digging for Cobalt targets Gordunni Trap');