From 35024272d2967231b64b4cbaf983ece6216cd1e3 Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Wed, 18 Apr 2012 09:22:24 +0200 Subject: [PATCH] DB/Creature: Update spawntime for Arcturis & Skoll --- sql/updates/world/2012_04_18_01_world_creature.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_04_18_01_world_creature.sql diff --git a/sql/updates/world/2012_04_18_01_world_creature.sql b/sql/updates/world/2012_04_18_01_world_creature.sql new file mode 100644 index 0000000000..e2d6bdac95 --- /dev/null +++ b/sql/updates/world/2012_04_18_01_world_creature.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `spawntimesecs`=39600 WHERE `guid` IN (41781,41783); -- Set the spawntime to 11 hours for Arcturis & Skoll