diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-28 10:12:15 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-28 10:12:15 +0200 |
| commit | ad7782b3eaf15125a983a016727771b2d1ef0993 (patch) | |
| tree | 8db78c7a70f17d2c35c4c13e0f5861d7c4680151 | |
| parent | df9255aa0e4aafcbe0f8d251a5a63c8b3f9876f2 (diff) | |
DB/Creature: Fix even more creature templates
| -rw-r--r-- | sql/updates/world/2014_04_28_02_world_creature_template.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_28_02_world_creature_template.sql b/sql/updates/world/2014_04_28_02_world_creature_template.sql new file mode 100644 index 00000000000..f01b87d53ff --- /dev/null +++ b/sql/updates/world/2014_04_28_02_world_creature_template.sql @@ -0,0 +1,11 @@ +-- +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `exp`=2 WHERE `entry`=37610; +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `exp`=2 WHERE `entry`=35425; +UPDATE `creature_template` SET `minlevel`=82, `maxlevel`=82, `exp`=2 WHERE `entry`=35353; +UPDATE `creature_template` SET `minlevel`=82, `maxlevel`=82, `exp`=2 WHERE `entry`=35354; +UPDATE `creature_template` SET `minlevel`=82, `maxlevel`=82, `exp`=2 WHERE `entry`=35355; +UPDATE `creature_template` SET `minlevel`=82, `maxlevel`=82, `exp`=2 WHERE `entry`=35356; +UPDATE `creature_template` SET `minlevel`=82, `maxlevel`=82, `exp`=2 WHERE `entry`=35357; +UPDATE `creature_template` SET `minlevel`=82, `maxlevel`=82, `exp`=2 WHERE `entry`=35358; +UPDATE `creature_template` SET `exp`=1 WHERE `entry`=37272; +UPDATE `creature_template` SET `exp`=2 WHERE `entry`=25389; |
