diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-18 20:19:30 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-18 20:19:30 +0200 |
| commit | 99c256600a293d9e69b6f66cd8668ff686d38f5c (patch) | |
| tree | 6f9737fd39c13d813a9f8caf91b098ef9f6025d4 /sql/updates | |
| parent | 3367dd5be93b8e63dce41fe6e303aa8ec41a43db (diff) | |
Core/Spells: Fix mage talent "Nether Vortex"
thx to @Souler for base script
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_06_18_00_world_spell_script_names_434.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_18_00_world_spell_script_names_434.sql b/sql/updates/world/2013_06_18_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..7bb30c6b4b7 --- /dev/null +++ b/sql/updates/world/2013_06_18_00_world_spell_script_names_434.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (86181,86209); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(86181, 'spell_mage_nether_vortex'), +(86209, 'spell_mage_nether_vortex'); |
