diff options
| author | jackpoz <giacomopoz@gmail.com> | 2014-06-11 21:00:16 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2014-06-11 21:00:16 +0200 |
| commit | d1d91d193dcce096c19bc82494c303202e2eb7e5 (patch) | |
| tree | 2f9d715b13c06e96c6594af0653f1eeb87f8568a /sql/updates | |
| parent | 06962b16f147275cf3ef23caf2f41ce0d25c25ef (diff) | |
| parent | 52c0fc96bb4a8a62218bd383f360c0e1350ef62a (diff) | |
Merge commit https://github.com/Unholychick/TrinityCore/commit/52c0fc96bb4a8a62218bd383f360c0e1350ef62a
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_06_11_01_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_11_01_world_spell_script_names.sql b/sql/updates/world/2014_06_11_01_world_spell_script_names.sql new file mode 100644 index 00000000000..433f1cf8b09 --- /dev/null +++ b/sql/updates/world/2014_06_11_01_world_spell_script_names.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_script_names` WHERE `spell_id` = 50842; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (50842, 'spell_dk_pestilence'); |
