diff options
author | Aokromes <jipr@hotmail.com> | 2014-01-28 06:03:26 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2014-01-28 06:03:26 +0100 |
commit | 818430be79b6d1437e329e002344494b4b18e7ad (patch) | |
tree | 907347f187d218e3f55cddc88e1d65512745f50f | |
parent | b5a07506c61983004b8c1d15a3e4d7fb173ce870 (diff) |
DB/Creature: Fix some factions
Updates #11501
-rw-r--r-- | sql/updates/world/2014_01_28_00_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_28_00_world_creature_template.sql b/sql/updates/world/2014_01_28_00_world_creature_template.sql new file mode 100644 index 00000000000..adb67b75ac5 --- /dev/null +++ b/sql/updates/world/2014_01_28_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `faction_A` = 1216, `faction_H` = 1216 WHERE `entry` IN (13086,13317,22670,22732,31918,31949,37267); |