diff options
-rw-r--r-- | sql/updates/world/3.3.5/2020_03_16_04_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_16_04_world_335.sql b/sql/updates/world/3.3.5/2020_03_16_04_world_335.sql new file mode 100644 index 00000000000..a6f180c8176 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_16_04_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction`= 16 WHERE `entry` IN (3531,3533,1896,1893,1892,3529); +UPDATE `creature_template` SET `faction`= 24 WHERE `entry` IN (1779,1782,1769,1770,1924); |