From 29246b2afb432b36beadeeaab1dcea655bc433ec Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 11 Apr 2016 22:52:56 +0200 Subject: DB/Gameobject: Update respawn time for Mangled Human Remains Closes #16931 --- sql/updates/world/2016_04_11_01_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_04_11_01_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2016_04_11_01_world_335.sql b/sql/updates/world/2016_04_11_01_world_335.sql new file mode 100644 index 00000000000..a432307d0b1 --- /dev/null +++ b/sql/updates/world/2016_04_11_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `spawntimesecs` = 5 WHERE `guid` IN (45719, 45720, 45721); -- cgit v1.2.3