From 912cda52fbfc662e2790b06d1d9628c161a2dd04 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 19 Oct 2018 14:17:38 +0200 Subject: [PATCH] DB: fixed some startup errors caused by Conclave of Wind implementation --- sql/updates/world/custom/custom_2018_10_19_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2018_10_19_00_world.sql diff --git a/sql/updates/world/custom/custom_2018_10_19_00_world.sql b/sql/updates/world/custom/custom_2018_10_19_00_world.sql new file mode 100644 index 00000000000..8d8c67240ef --- /dev/null +++ b/sql/updates/world/custom/custom_2018_10_19_00_world.sql @@ -0,0 +1 @@ +UPDAT `creature_template` SET `minlevel`= 88, `maxlevel`= 88, `exp`= 3, `faction`= 16, `unit_class`= 2 WHERE `entry` IN (50100, 50110, 50120);