From 78c89587ccd9ef67af18acec1b342228131cbfcd Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 18 Feb 2019 07:53:20 +0100 Subject: [PATCH] DB/ICC: fixed hover movement for Val'kyr Herald --- sql/updates/world/custom/custom_2019_02_18_04_.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_02_18_04_.sql diff --git a/sql/updates/world/custom/custom_2019_02_18_04_.sql b/sql/updates/world/custom/custom_2019_02_18_04_.sql new file mode 100644 index 00000000000..c6b7b7e8834 --- /dev/null +++ b/sql/updates/world/custom/custom_2019_02_18_04_.sql @@ -0,0 +1 @@ +UPDATE `creature_template_movement` SET `Ground`= 2 WHERE `CreatureId` IN (37098, 38418);