aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-01-29 12:50:58 +0100
committerShauren <shauren.trinity@gmail.com>2011-01-29 12:50:58 +0100
commit8d2ab9238f9365bd40b9bd683d1ced91647b5d77 (patch)
tree3f4d8c83e62dbe3423a58f5b78259387a4a1d9ac /sql/updates
parentfd66517473b772c3b2d3adfbdabae47d2088c77d (diff)
SQL/Quest: Added linked credit spells for quest 8867 (Lunar Fireworks)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/2011_01_29_0_world_spell_linked_spell.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/2011_01_29_0_world_spell_linked_spell.sql b/sql/updates/2011_01_29_0_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..d3b08cee952
--- /dev/null
+++ b/sql/updates/2011_01_29_0_world_spell_linked_spell.sql
@@ -0,0 +1,9 @@
+-- Lunar Fireworks
+DELETE FROM `spell_linked_spell` WHERE `spell_effect` IN (44430,44429);
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+(26286,44430,0,'Small Red Rocket - questcredit'),
+(26292,44430,0,'Small Green Rocket - questcredit'),
+(26291,44430,0,'Small Blue Rocket - questcredit'),
+(26327,44429,0,'Red Firework Cluster - questcredit'),
+(26325,44429,0,'Green Firework Cluster - questcredit'),
+(26304,44429,0,'Blue Firework Cluster - questcredit');