diff options
| author | Shauren <shauren.trinity@gmail.com> | 2013-06-18 21:04:55 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2013-06-18 21:04:55 +0200 |
| commit | e211d1bfe12cbae41204810fd30d47c7ddd6c3f0 (patch) | |
| tree | a15fef0d625b542fb7c8d4c57c160228ad7eb072 /sql | |
| parent | f517467817207a75cbe395ec96de2dceb0cac5da (diff) | |
| parent | 99c256600a293d9e69b6f66cd8668ff686d38f5c (diff) | |
Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
| -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'); |
