diff options
| author | Keader <keader.android@gmail.com> | 2019-03-02 19:57:38 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-03-02 19:57:38 +0100 |
| commit | 990ad000f8e869e55353e6531d9e38f23104bcd6 (patch) | |
| tree | ab5817e1fec2eb9f73e75d00c358a80e11e608e1 /sql | |
| parent | c602220e02bed1ad76c9e60064eeec5fd97bfe80 (diff) | |
Spell/Script: Freezing Circle
Closes #11312
See the original issue before cherry pick
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_03_02_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_02_02_world.sql b/sql/updates/world/3.3.5/2019_03_02_02_world.sql new file mode 100644 index 00000000000..c87f5892462 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
