From 29e9331e3f44c514db9098fa9b13b38b6bc62c8c Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 21 Aug 2016 17:11:02 +0200 Subject: DB/Object: Update respawn time for ruby lilac By Tauriella Closes #17761 --- sql/updates/world/3.3.5/2016_08_21_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_08_21_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_08_21_04_world.sql b/sql/updates/world/3.3.5/2016_08_21_04_world.sql new file mode 100644 index 00000000000..7d7fbd23005 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_21_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` = 188489; -- cgit v1.2.3