From 59a7ae93d78fefe65ddce4475cb949cd9c816e52 Mon Sep 17 00:00:00 2001 From: Ovalord <1Don7H4v3@m41L.com> Date: Mon, 26 Feb 2018 00:39:29 +0100 Subject: [PATCH] DB/Elwynn: added a few more creatures for random movement --- sql/updates/world/4.3.4/custom_2018_02_25_01_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/4.3.4/custom_2018_02_25_01_world.sql b/sql/updates/world/4.3.4/custom_2018_02_25_01_world.sql index c699e64dbaf..8c2c697e4b3 100644 --- a/sql/updates/world/4.3.4/custom_2018_02_25_01_world.sql +++ b/sql/updates/world/4.3.4/custom_2018_02_25_01_world.sql @@ -1,5 +1,5 @@ -- Add random movement to multiple creatures -UPDATE `creature` SET `MovementType`= 1, `spawndist`= 10 WHERE `ID` IN (113, 524, 822, 30, 40, 476, 1922, 525); +UPDATE `creature` SET `MovementType`= 1, `spawndist`= 10 WHERE `ID` IN (113, 524, 822, 30, 40, 476, 1922, 525, 119, 118); UPDATE `creature` SET `MovementType`= 1, `spawndist`= 5 WHERE `ID` IN (475, 735); -- Add quest items for Quest 'A pie for Billy'