diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-27 21:49:43 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-27 21:49:43 +0100 |
| commit | 6b3c5b7eb33597227acf777ce87b11c757be6aa0 (patch) | |
| tree | fd5a1a22bc6a1d3bf3dbec43a218d9fea84d1c67 | |
| parent | 6c17bcf928799b19d724a2c4862cb7bc0321dad7 (diff) | |
DB/Creature: Fix some factions
Updates #11501
| -rw-r--r-- | sql/updates/world/2014_01_27_16_world_creature_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_27_16_world_creature_template.sql b/sql/updates/world/2014_01_27_16_world_creature_template.sql new file mode 100644 index 00000000000..cf928d315d7 --- /dev/null +++ b/sql/updates/world/2014_01_27_16_world_creature_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction_A` = 59, `faction_H` = 59 WHERE `entry` IN (13099,22741,32012,37331,37340,37337,37366); +UPDATE `creature_template` SET `faction_A` = 39, `faction_H` = 39 WHERE `entry` IN (37475); |
