diff options
| author | Unholychick <lucas__jensen@hotmail.com> | 2014-06-11 19:59:50 +0200 |
|---|---|---|
| committer | Unholychick <lucas__jensen@hotmail.com> | 2014-06-11 20:03:30 +0200 |
| commit | 52c0fc96bb4a8a62218bd383f360c0e1350ef62a (patch) | |
| tree | 6ea647541725831da4eecde86d591389f4ea9851 /sql | |
| parent | 5ebf24281c35ce785d712d87f85880089a559aeb (diff) | |
Move pestilence to spellscripts
Fixes crash and warnings introduced in d4bbc26261d7ce1e01292470f77390ab3c2f5e98
Fixes a bug that allowed dks to spread diseases using another dks diseases
Closes: https://github.com/TrinityCore/TrinityCore/issues/12245
Diffstat (limited to 'sql')
| -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'); |
