diff options
| author | Keader <keader.android@gmail.com> | 2017-12-18 08:39:35 -0300 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-04-15 05:53:27 +0200 |
| commit | bd62bfc05900e81b39ec4b7ae8555b1bffde5873 (patch) | |
| tree | eaea3c2fc103824bfebfdf6bafbe67cb5305c290 /sql | |
| parent | 24440866303bdce004b454bde8ccaeedc793e1bc (diff) | |
Scripts/Naxxramas: Fixed blizzards following same player in Sapphiron encounter (#21068)
Closes #18765
(cherry picked from commit 143b2aeac06348c1d08f47f60ad32a306587cb50)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_03_15_03_world_2017_12_18_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_15_03_world_2017_12_18_00_world.sql b/sql/updates/world/master/2021_03_15_03_world_2017_12_18_00_world.sql new file mode 100644 index 00000000000..27f2f8a0dc6 --- /dev/null +++ b/sql/updates/world/master/2021_03_15_03_world_2017_12_18_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `difficulty_entry_1`=0, `ScriptName`='npc_sapphiron_blizzard' WHERE `entry`=16474; |
