diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-27 14:47:50 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-27 14:47:50 +0100 |
| commit | 0d5c10d60e998b8e1032ef50cee83bfd0fd3f0ec (patch) | |
| tree | 070532410877cb0ce060ec4844408356a3d010c8 | |
| parent | ffea6d0ab3143b70f9b8d5d3cd14ce14bad03503 (diff) | |
DB/Creature: Fix some factions
Updates #11501
| -rw-r--r-- | sql/updates/world/2014_01_27_13_world_creature_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_27_13_world_creature_template.sql b/sql/updates/world/2014_01_27_13_world_creature_template.sql new file mode 100644 index 00000000000..e7e6edf8ed5 --- /dev/null +++ b/sql/updates/world/2014_01_27_13_world_creature_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction_A` = 1217, `faction_H` = 1217 WHERE `entry` IN (37242,37349,37344,37427,37348,37420,37315); +UPDATE `creature_template` SET `faction_A` = 1534, `faction_H` = 1534 WHERE `entry` IN (37285,37287,37327); |
