From 5a86f475d97f2005d3fdf1040339a8e5b99ef357 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 30 Jan 2020 04:42:03 +0100 Subject: [PATCH] DB/Westfall: added more random movement to Riverpaw Gnolls --- sql/updates/world/custom/custom_2020_01_30_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/custom/custom_2020_01_30_00_world.sql diff --git a/sql/updates/world/custom/custom_2020_01_30_00_world.sql b/sql/updates/world/custom/custom_2020_01_30_00_world.sql new file mode 100644 index 00000000000..5dc4b82a2bc --- /dev/null +++ b/sql/updates/world/custom/custom_2020_01_30_00_world.sql @@ -0,0 +1,2 @@ +-- Riverpaw Gnolls Random Movement +UPDATE `creature` SET `MovementType`= 1, `spawndist`= 8 WHERE `guid` IN (275018, 275195, 275198, 275197, 275207, 275202, 275201, 275200, 275189, 275191, 275190, 275210, 275214, 275213, 275212, 275231, 275235, 275300);