diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-08-29 03:13:11 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-08-29 03:13:11 +0200 |
commit | 33d09e35caab2a83a7136d78ff3bbd93a39fc012 (patch) | |
tree | b4fd027a38177ec5ce40c225ba2b61950402df6b | |
parent | b20b6dedf9b7de13a35f60c6f72f8a80ceed94e6 (diff) |
DB/Creature: Fix more factions
-rw-r--r-- | sql/updates/world/2014_08_29_00_world_creature_template.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_29_00_world_creature_template.sql b/sql/updates/world/2014_08_29_00_world_creature_template.sql new file mode 100644 index 00000000000..da298a0f6c5 --- /dev/null +++ b/sql/updates/world/2014_08_29_00_world_creature_template.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `faction`=834 WHERE `entry` IN (40681,40682,40683,40684); +UPDATE `creature_template` SET `faction`=14 WHERE `entry` IN (38285,38788,38789,38790); +UPDATE `creature_template` SET `faction`=21 WHERE `entry` IN (38184,38185); |