From 71cc1f80a29ed3bb38f12c695ae5d59895da541e Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 6 Oct 2016 09:42:42 +0200 Subject: DB/Creature: fix faction for Githyiss the Vile. Should be neutral, like the other nearby spiders. --- sql/updates/world/3.3.5/2016_10_06_04_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_06_04_world_335.sql (limited to 'sql') 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; -- cgit v1.2.3