diff options
| author | Keader <keader.android@gmail.com> | 2016-09-22 03:18:43 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-03 21:51:16 +0100 |
| commit | f6c9aff606ca4a9a6f07882d5ae1d432270f0046 (patch) | |
| tree | 13c9755cc2a7c73ae797fbaa33369961507b2808 /sql | |
| parent | 16698e5b25f295236692363d1f2466d9e71f9f15 (diff) | |
Core/Scripts: XT002 improvements in Hard Mode. Closes #17141. (PR #17900)
(cherry picked from commit 1f83412e4dacfa21754064c7a0a7690bb1363564)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_03_03_00_world_2016_09_22_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_03_00_world_2016_09_22_00_world.sql b/sql/updates/world/master/2017_03_03_00_world_2016_09_22_00_world.sql new file mode 100644 index 00000000000..92f965a1691 --- /dev/null +++ b/sql/updates/world/master/2017_03_03_00_world_2016_09_22_00_world.sql @@ -0,0 +1,2 @@ +-- XT-002: Heartbreaker improvements +UPDATE `creature_template` SET `ScriptName`='npc_xt_void_zone' WHERE entry = 34001; |
