From 9c3418d4827374c5a3dd3a0ec33dce82319be976 Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:42:29 -0500 Subject: [PATCH] fix(DB/Creature) Set Kirtonos the Herald to level 60 (#21784) Kirtonos the Herald corrected level from 63 to 60 --- data/sql/updates/pending_db_world/rev_1742991334856523357.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1742991334856523357.sql diff --git a/data/sql/updates/pending_db_world/rev_1742991334856523357.sql b/data/sql/updates/pending_db_world/rev_1742991334856523357.sql new file mode 100644 index 000000000..c2dbdab86 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1742991334856523357.sql @@ -0,0 +1,2 @@ +-- Set Kirtonos the Herald level to 60 +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE (`entry` = 10506);