From afe2e67849755f607c6ec13907bb0ed33100fcb3 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 10 Apr 2020 21:14:28 +0200 Subject: DB/Creature: Techbot It's not a boss just a npc outside the dungeon and drop a quest item https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?quest=2922 --- sql/updates/world/3.3.5/2020_04_10_01_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_04_10_01_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_04_10_01_world_335.sql b/sql/updates/world/3.3.5/2020_04_10_01_world_335.sql new file mode 100644 index 00000000000..40e6d9a408b --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_10_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `spawntimesecs`=600 WHERE `id` IN (6231); -- cgit v1.2.3