diff options
author | Malcrom <malcromdev@gmail.com> | 2013-06-25 21:49:59 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-06-25 21:49:59 -0230 |
commit | f09ef701bdeaf704dbe54bcd7908a99df2958513 (patch) | |
tree | ee9084389533e6d9a597dc9de15ad6cc1da6334f | |
parent | 6c9e810a631eefe5c8a6907378828c20c7086304 (diff) |
DB/Creature_template: A couple npc updates.
-rw-r--r-- | sql/updates/world/2013_06_25_06_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_25_06_world_creature_template.sql b/sql/updates/world/2013_06_25_06_world_creature_template.sql new file mode 100644 index 00000000000..709776de6c4 --- /dev/null +++ b/sql/updates/world/2013_06_25_06_world_creature_template.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `minlevel`=61, `maxlevel`=61, `faction_A`=103, `faction_H`=103, `unit_flags`=`unit_flags`|33555200 WHERE `entry`=14081; +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|256|512 WHERE `entry`=10429; |