From dbcbe418f18e87b51b652aebc4cc578b36337ec3 Mon Sep 17 00:00:00 2001 From: ModoX Date: Fri, 24 May 2024 13:54:19 +0200 Subject: DB/StormsongValley: Added weapons to Drowned Converts & Drowned Harbingers --- sql/updates/world/master/2024_05_24_03_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2024_05_24_03_world.sql diff --git a/sql/updates/world/master/2024_05_24_03_world.sql b/sql/updates/world/master/2024_05_24_03_world.sql new file mode 100644 index 00000000000..d01d2c84ffd --- /dev/null +++ b/sql/updates/world/master/2024_05_24_03_world.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `equipment_id`=1 WHERE `id` IN(148911, 148912); -- cgit v1.2.3