diff options
| -rw-r--r-- | sql/updates/world/6.x/2016_09_05_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_09_05_04_world.sql b/sql/updates/world/6.x/2016_09_05_04_world.sql new file mode 100644 index 00000000000..2914a4ce700 --- /dev/null +++ b/sql/updates/world/6.x/2016_09_05_04_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `difficulty_entry_1`=49064 WHERE `entry`=40765; +UPDATE `creature_template` SET `difficulty_entry_1`=49072 WHERE `entry`=40825; +UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=14, `unit_flags`=33088, `unit_flags2`=2080 WHERE `entry`=49064; +UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=14, `npcflag`=2, `speed_run`=1.42857, `unit_flags`=32832 WHERE `entry`=49072; |
