diff options
author | Aokromes <jipr@hotmail.com> | 2014-01-23 20:23:01 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2014-01-23 20:23:01 +0100 |
commit | 30a7ea912d00d012bbca3230041fa806e2cab43e (patch) | |
tree | a66bbe8b97231713b0c0a0da67c6469c68c793ae | |
parent | 7d8b65b3cc8fde08cba14fd290261dea81d6780b (diff) |
DB/Creature Fix faction of some creatures
By Justiciar, closes #10711
-rw-r--r-- | sql/updates/world/2014_01_23_14_world_creature_template.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_23_14_world_creature_template.sql b/sql/updates/world/2014_01_23_14_world_creature_template.sql new file mode 100644 index 00000000000..05ce8f568fc --- /dev/null +++ b/sql/updates/world/2014_01_23_14_world_creature_template.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `faction_A`=64, `faction_H`=64 WHERE `entry` IN (39675, 39368, 39386, 39678, 39396, 39275, 39349); +UPDATE `creature_template` SET `faction_A`=875, `faction_H`=875 WHERE `entry` IN (39717, 39716, 39715); +UPDATE `creature_template` SET `faction_A`=59, `faction_H`=59 WHERE `entry`=1117; |