diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-10-23 22:34:18 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-10-23 22:34:18 +0200 |
| commit | b04dca977fa43062f2a45199811a1600cbf16e84 (patch) | |
| tree | 15ccb94baa8583c4a176c5126e03bbafcbbe436c | |
| parent | 62c7422c322bb1fb09427ae6fdb06f553185160e (diff) | |
DB/Creature: Moonstalker Runt max level Fix
Closes #20692
| -rw-r--r-- | sql/updates/world/3.3.5/2017_10_23_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_23_02_world_335.sql b/sql/updates/world/3.3.5/2017_10_23_02_world_335.sql new file mode 100644 index 00000000000..018586bd148 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_23_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `maxlevel`=11 WHERE `entry`=2070; |
