diff options
| -rw-r--r-- | sql/updates/world/2014_09_21_05_world_misc.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_21_05_world_misc.sql b/sql/updates/world/2014_09_21_05_world_misc.sql new file mode 100644 index 00000000000..8581224069e --- /dev/null +++ b/sql/updates/world/2014_09_21_05_world_misc.sql @@ -0,0 +1,4 @@ +UPDATE `creature_template` SET `exp`=3 WHERE `entry` IN (50285,40818,50379,40085,40020,40022,40018,40016,40014,40009,40005,39991,39988,39986,39983,39981,39979,39709,39706,39699,39701,39680,39666); +UPDATE `creature_template` SET `unit_class`=1 WHERE `entry` IN (40005,39699); +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1.6, `speed_run`=1.42857, `BaseAttackTime`=2000, `RangeAttackTime`=2000, `unit_flags`=32832 WHERE `entry`=39995; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `faction`=16, `BaseAttackTime`=2000, `RangeAttackTime`=2000, `unit_flags`=32832 WHERE `entry`=39981; |
