diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-06 09:42:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-06 09:42:42 +0200 |
commit | 71cc1f80a29ed3bb38f12c695ae5d59895da541e (patch) | |
tree | 4b4fc4461f8f5df6e18faed08d7a6d030a83a81c | |
parent | 8a82a3ba81a187b5c76f4065697925a1da15aa13 (diff) |
DB/Creature: fix faction for Githyiss the Vile.
Should be neutral, like the other nearby spiders.
-rw-r--r-- | sql/updates/world/3.3.5/2016_10_06_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_06_04_world_335.sql b/sql/updates/world/3.3.5/2016_10_06_04_world_335.sql new file mode 100644 index 00000000000..7168b4f3d97 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_06_04_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `faction`=189 WHERE `entry`=1994; |