diff options
author | Nay <dnpd.dd@gmail.com> | 2011-10-29 22:44:56 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-10-29 22:44:56 +0100 |
commit | 62ab9ce9e552a180b639f1bf6d3183a7456a461f (patch) | |
tree | d14d830fa734a07f6dcc29e3aa6e11467d735517 | |
parent | 7d52578b80b231b174dcf21685b96d5899f9e35f (diff) |
DB/Quests/HF: Roughly fix quest Field Test
Closes #3521
-rw-r--r-- | sql/updates/world/2011_10_29_06_world_misc.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_29_06_world_misc.sql b/sql/updates/world/2011_10_29_06_world_misc.sql new file mode 100644 index 00000000000..7706777b32f --- /dev/null +++ b/sql/updates/world/2011_10_29_06_world_misc.sql @@ -0,0 +1,11 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (17,13) AND `SourceEntry`=43381; -- had wrong condition target +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=33621; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18, 0, 33621, 0, 24, 1, 24199, 0, 63, '', 'Plague Spray - Plagued Dragonflayer Handler'), +(18, 0, 33621, 0, 24, 1, 24198, 0, 63, '', 'Plague Spray - Plagued Dragonflayer Rune-Caster'), +(18, 0, 33621, 0, 24, 1, 23564, 0, 63, '', 'Plague Spray - Plagued Dragonflayer Tribesman'), +(13, 0, 43385, 0, 18, 1, 0, 0, 0, '', 'Plagued Vrykul Dummy - Players'); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=43385; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(43385, 43384, 1, 'Plague Spray'); -- this is not entirely correct |