diff options
author | Eridium <6587064+Killyana@users.noreply.github.com> | 2019-12-29 16:09:31 +0100 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2019-12-29 12:09:31 -0300 |
commit | b60786a91610d2c841b4d61c360a2cdd97a49118 (patch) | |
tree | 831687bac7108878b9e1568696b784510064af3c /sql | |
parent | cb11ad97fb9eb6202b54913b0f522eda4935d533 (diff) |
Spell/Script: Egg Nog (#24007)
Closes #23996
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_12_29_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_12_29_00_world.sql b/sql/updates/world/3.3.5/2019_12_29_00_world.sql new file mode 100644 index 00000000000..9a71b45987a --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_29_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_item_eggnog"; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(21149,'spell_item_eggnog'); |