diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-27 14:23:54 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-27 14:23:54 +0100 |
| commit | ffea6d0ab3143b70f9b8d5d3cd14ce14bad03503 (patch) | |
| tree | 014896d01218c8c5eb3c8bb4222bb53d21b13a43 | |
| parent | 9d863e2651c835c7f1fbccea80972047ba05b47b (diff) | |
DB/Creature: Fix some factions
Updates #11501
| -rw-r--r-- | sql/updates/world/2014_01_27_12_world_creature_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_27_12_world_creature_template.sql b/sql/updates/world/2014_01_27_12_world_creature_template.sql new file mode 100644 index 00000000000..7e88de7d20d --- /dev/null +++ b/sql/updates/world/2014_01_27_12_world_creature_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction_A` = 1215, `faction_H` = 1215 WHERE `entry` IN (37486,37318,37373,37485,37399,37401,37479,37320,37305); +UPDATE `creature_template` SET `faction_A` = 1217, `faction_H` = 1217 WHERE `entry` IN (37480,37483,37484); |
