diff options
| author | Keader <keader.android@gmail.com> | 2017-12-18 08:39:35 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-18 08:39:35 -0300 |
| commit | 143b2aeac06348c1d08f47f60ad32a306587cb50 (patch) | |
| tree | a3073d9d830c672dca81afffc61f9b1f40de8a51 /sql/updates | |
| parent | b9b667f9253cb5c247cf3dd195710bf764f549d6 (diff) | |
Scripts/Naxxramas: Fixed blizzards following same player in Sapphiron encounter (#21068)
Closes #18765
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_12_18_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_18_00_world.sql b/sql/updates/world/3.3.5/2017_12_18_00_world.sql new file mode 100644 index 00000000000..27f2f8a0dc6 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_18_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `difficulty_entry_1`=0, `ScriptName`='npc_sapphiron_blizzard' WHERE `entry`=16474; |
