diff options
-rw-r--r-- | sql/updates/world/2015_06_06_10_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_06_06_10_world.sql b/sql/updates/world/2015_06_06_10_world.sql new file mode 100644 index 00000000000..c1740acf6b4 --- /dev/null +++ b/sql/updates/world/2015_06_06_10_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `faction`=1668 WHERE `entry` IN (16580, 16582); +UPDATE `creature_template` SET `faction`=1671 WHERE `entry` IN (16831); +UPDATE `creature_template` SET `faction`=1666 WHERE `entry` IN (16842); |