diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-28 21:32:23 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-28 21:32:23 +0200 |
| commit | b0f319184f52dee41adae4f39f8ae5dbf2ab92e3 (patch) | |
| tree | 64a0ebeb61d9d12c3a3736ed2ccf2d334d8b42ba | |
| parent | d0cc723d2da04142a0a64608f7b6b8131ef76fbf (diff) | |
DB/Creature: Fix even more creature templates
| -rw-r--r-- | sql/updates/world/2014_04_28_07_world_creature_template.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_28_07_world_creature_template.sql b/sql/updates/world/2014_04_28_07_world_creature_template.sql new file mode 100644 index 00000000000..e8852982748 --- /dev/null +++ b/sql/updates/world/2014_04_28_07_world_creature_template.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `minlevel`=83, `maxlevel`=83 WHERE `entry` IN (30786,30784,30780,30782,34110,34109,34108,34106,33909,30786,30784,30782,30780,39232,39233,39234,40673,40674,40675,40670,40671,40672,38590,38698); +UPDATE `creature_template` SET `minlevel`=82, `maxlevel`=82 WHERE `entry` IN (33999,34200,33989,33986,33984,33839,33831,33832,33828,33830,33829,33827,33700,33161,32550,38094); +UPDATE `creature_template` SET `minlevel`=81, `maxlevel`=81 WHERE `entry` IN (34142,34141,33942,33815,33730,33737,33729,33164,33116,33163); +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80 WHERE `entry` IN (38601,38137,38134,38495,38552,38496,39011,39012,39013,37634,37611,37654,37653,37657,37678,35546,35717,35568,34170,33691); |
