diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-06 09:42:42 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-08-21 21:13:35 +0200 |
commit | f0156423013e4bd03b6fb708b8ad541f1539bc14 (patch) | |
tree | 85deea8de9e7c80206333511d31096f86a931c32 | |
parent | 2e0d3d25ff9b001d0d5d3c9441b07a3a6ea662b5 (diff) |
DB/Creature: fix faction for Githyiss the Vile.
Should be neutral, like the other nearby spiders.
(cherry picked from commit 71cc1f80a29ed3bb38f12c695ae5d59895da541e)
-rw-r--r-- | sql/updates/world/master/2017_08_21_04_world_2016_10_06_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_08_21_04_world_2016_10_06_04_world_335.sql b/sql/updates/world/master/2017_08_21_04_world_2016_10_06_04_world_335.sql new file mode 100644 index 00000000000..7168b4f3d97 --- /dev/null +++ b/sql/updates/world/master/2017_08_21_04_world_2016_10_06_04_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `faction`=189 WHERE `entry`=1994; |