diff options
| author | Keader <keader.android@gmail.com> | 2019-03-02 19:57:38 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 20:34:56 +0100 |
| commit | 955ac45cf5afab09716d691e47b5095c8e3f3047 (patch) | |
| tree | 38eafe8fca1c809c4e7f327dff28d3ef26d2d372 /sql | |
| parent | bd0e9e7aa83f8fef35321832960dc127ddf5f1f0 (diff) | |
Spell/Script: Freezing Circle
Closes #11312
See the original issue before cherry pick
(cherry picked from commit 990ad000f8e869e55353e6531d9e38f23104bcd6)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_11_24_08_world_2019_03_02_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_08_world_2019_03_02_02_world.sql b/sql/updates/world/master/2021_11_24_08_world_2019_03_02_02_world.sql new file mode 100644 index 00000000000..c87f5892462 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_08_world_2019_03_02_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` ='spell_freezing_circle'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(34779,'spell_freezing_circle'); |
