diff options
| author | Eridium <6587064+Killyana@users.noreply.github.com> | 2019-12-29 16:09:31 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-19 15:48:29 +0100 |
| commit | 2b27278516510bbe055f67bca9409fcf7bac40c7 (patch) | |
| tree | ab373409b7b3fbde76fe123d86aee155d0c58776 /sql/updates/world | |
| parent | a09d5d485404ce5ee976dbba74ab0b50f3a2bcde (diff) | |
Spell/Script: Egg Nog (#24007)
Closes #23996
(cherry picked from commit b60786a91610d2c841b4d61c360a2cdd97a49118)
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/master/2021_12_19_25_world_2019_12_29_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_19_25_world_2019_12_29_00_world.sql b/sql/updates/world/master/2021_12_19_25_world_2019_12_29_00_world.sql new file mode 100644 index 00000000000..9a71b45987a --- /dev/null +++ b/sql/updates/world/master/2021_12_19_25_world_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'); |
