diff options
| author | Keader <keader.android@gmail.com> | 2020-10-11 13:33:02 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-11 13:33:02 -0300 |
| commit | dadc0c98c098e0a9555124dc042687a80c89b79a (patch) | |
| tree | d82509ca4a53f342f94c9088b800f41949f8fe2a /sql | |
| parent | 3947e4cb57d4c6adb78cd3cb52718bb88add91fc (diff) | |
Scripts/IcecrownCitadel: Implemented Vampiric Might spell (#25556)
Closes #21294
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_10_11_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_10_11_00_world.sql b/sql/updates/world/3.3.5/2020_10_11_00_world.sql new file mode 100644 index 00000000000..0696ddad41b --- /dev/null +++ b/sql/updates/world/3.3.5/2020_10_11_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_deathwhisper_vampiric_might'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(70674,'spell_deathwhisper_vampiric_might'); |
