diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-08 16:00:51 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-09-05 11:16:27 +0200 |
commit | 8e3237724b7ec5ff81621733a1456fb77870c7bd (patch) | |
tree | 4701dd2700fd1ec54d4050400d31894a67e53598 | |
parent | bd938d643d981f6e0c43b4cbcf1fc7ea1c0771b1 (diff) |
DB/Wintergrasp: four more Horde guards in Wintergrasp Keep that should only appear when it is held by Horde.
(cherry picked from commit cf4a4382fa86770ed5bb4dcc8337bf3780c7e64b)
-rw-r--r-- | sql/updates/world/master/2017_09_05_05_world_2016_10_08_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_09_05_05_world_2016_10_08_04_world_335.sql b/sql/updates/world/master/2017_09_05_05_world_2016_10_08_04_world_335.sql new file mode 100644 index 00000000000..028b7505534 --- /dev/null +++ b/sql/updates/world/master/2017_09_05_05_world_2016_10_08_04_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `PhaseId`=175 WHERE `guid` IN (131265, 131268, 131271, 131270); |