aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/1558_world.sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-03-07 22:17:45 +0100
committerDrahy <none@none>2009-03-07 22:17:45 +0100
commit3f36d9eb9530a85864fa994143625d121d9dc647 (patch)
tree79084aa8dc1959a279176b4ef81daf943692bfce /sql/updates/1558_world.sql
parent42d681eecdd668b9d53c93acf0e205047458a781 (diff)
* Trinity sql coding style
* Added 1703_world.sql * Small fixies in other files --HG-- branch : trunk
Diffstat (limited to 'sql/updates/1558_world.sql')
-rw-r--r--sql/updates/1558_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1558_world.sql b/sql/updates/1558_world.sql
new file mode 100644
index 00000000000..667d1c998cc
--- /dev/null
+++ b/sql/updates/1558_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = '44869' AND `spell_effect` = '-45018';
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = '46019' AND `spell_effect` = '-45018';
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+(44869, -45018, 1, 'Remove Arcane Buffet'),
+(46019, -45018, 1, 'Remove Arcane Buffet'); \ No newline at end of file