From 5e67b566aabe1f5ebe28a0c98ff0c26327184e9a Mon Sep 17 00:00:00 2001 From: Dr-J Date: Wed, 6 Aug 2014 01:37:37 +0100 Subject: DB/Gameobject: Winterhoof Water Well Fix spawn status of Winterhoof Water Well Closes #12739 --- sql/updates/world/2014_08_06_00_World_Gameobject | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_08_06_00_World_Gameobject (limited to 'sql') diff --git a/sql/updates/world/2014_08_06_00_World_Gameobject b/sql/updates/world/2014_08_06_00_World_Gameobject new file mode 100644 index 00000000000..0128071ae65 --- /dev/null +++ b/sql/updates/world/2014_08_06_00_World_Gameobject @@ -0,0 +1,2 @@ +UPDATE `gameobject` SET `spawntimesecs`=-60 WHERE `guid`=46424; +UPDATE `event_scripts` SET `datalong2`=60 WHERE `id`=466; -- cgit v1.2.3