diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-12-15 10:43:15 -0300 |
|---|---|---|
| committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-12 16:39:43 +0100 |
| commit | 5563f57ce6d7619f986c4880bea4650b6c917bbf (patch) | |
| tree | 57db4e97eaf69b04159f13edeffa1458abdadc48 /sql | |
| parent | b80600f88adeccaa344a0a997bf95251c3024429 (diff) | |
Core/Script: Implement Paralytic Poison
Closes #16905
(cherry picked from commit 4e3ce0463c46540a25c02a503c3bf0064601df96)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2018_03_12_10_world_2016_12_15_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_12_10_world_2016_12_15_00_world.sql b/sql/updates/world/master/2018_03_12_10_world_2016_12_15_00_world.sql new file mode 100644 index 00000000000..5b749f075a3 --- /dev/null +++ b/sql/updates/world/master/2018_03_12_10_world_2016_12_15_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_paralytic_poison'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(35201, 'spell_gen_paralytic_poison'); |
