diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-11 04:17:38 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-11 04:17:38 +0700 |
| commit | 09fb6f555f5cd8bd41b396e3fcc58b7cdc071925 (patch) | |
| tree | 052b2f92a96ae7b696420b4d2dc7e2fec0f2aa69 /sql | |
| parent | 492e6fd3da39f34e682b080d66bde992a4e4e160 (diff) | |
Core/Spells: More generic implementation of Combustion
Closes #60 & #78
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_05_10_04_world_spell_linked_spell.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_10_04_world_spell_linked_spell.sql b/sql/updates/world/2011_05_10_04_world_spell_linked_spell.sql new file mode 100644 index 00000000000..3bb1f90dbb0 --- /dev/null +++ b/sql/updates/world/2011_05_10_04_world_spell_linked_spell.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = -11129; +INSERT INTO `spell_linked_spell` VALUES (-11129, -28682, 0, 'Combustion'); |
