From 57dd465d9e2fc47ffb5b0fc57397d7d240ecaaa7 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Sat, 20 Sep 2014 12:03:55 -0230 Subject: DB/Creature: Stormpeak Wyrm proper respawntime --- sql/updates/world/2014_09_20_0_world_creature.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_09_20_0_world_creature.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/2014_09_20_0_world_creature.sql b/sql/updates/world/2014_09_20_0_world_creature.sql new file mode 100644 index 00000000000..1cc8c9fc168 --- /dev/null +++ b/sql/updates/world/2014_09_20_0_world_creature.sql @@ -0,0 +1,2 @@ +Stormpeak Wyrm proper respawntime +UPDATE `creature` SET `spawntimesecs`=300 WHERE `id`=29753; -- cgit v1.2.3