diff options
author | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-01-17 18:30:04 +0200 |
---|---|---|
committer | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-01-17 18:30:04 +0200 |
commit | a74bd06ac7aef65f0c9955922ea60fc597e98dea (patch) | |
tree | 01feeb15abcc8479eca3f36d627e5ae7a87302f3 | |
parent | d5faec2c0eefa89cd86200d23a430bc9e7292534 (diff) |
DB/Misc: Proper faction for npc Brann Bronzebeard.
This makes him assist in combat and now the mobs that spawn attack him.
-rw-r--r-- | sql/updates/world/2013_01_17_00_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_17_00_world_creature_template.sql b/sql/updates/world/2013_01_17_00_world_creature_template.sql new file mode 100644 index 00000000000..af602096440 --- /dev/null +++ b/sql/updates/world/2013_01_17_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- proper faction for Bran in Halls of Stone +UPDATE `creature_template` SET `faction_A`=1665,`faction_H`=1665 WHERE `entry` IN (28070,31366); |