diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-27 20:57:43 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-27 20:57:43 +0100 |
| commit | 6c17bcf928799b19d724a2c4862cb7bc0321dad7 (patch) | |
| tree | a98b0b9547eab179359d1aedd7fce5933874ee04 | |
| parent | ac7828a8d9c8ca2d4195bacbf7acf6f638f6d759 (diff) | |
DB/Creature: Fix some factions
Updates #11501
| -rw-r--r-- | sql/updates/world/2014_01_27_15_world_creature_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_27_15_world_creature_template.sql b/sql/updates/world/2014_01_27_15_world_creature_template.sql new file mode 100644 index 00000000000..d4ac82122c5 --- /dev/null +++ b/sql/updates/world/2014_01_27_15_world_creature_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction_A` = 26, `faction_H` = 26 WHERE `entry` IN (37469,37470,37473); +UPDATE `creature_template` SET `faction_A` = 1214, `faction_H` = 1214 WHERE `entry` IN (13397,22745,32016); |
