aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2014-08-06 01:37:37 +0100
committerDr-J <daniel.jarrott0@gmail.com>2014-08-06 01:37:37 +0100
commit5e67b566aabe1f5ebe28a0c98ff0c26327184e9a (patch)
tree108759b94f699ad1c9a539f1eef02df136570a04 /sql
parentc8956ca6f2370fcc225f4fec8fdebb30646c6ef3 (diff)
DB/Gameobject: Winterhoof Water Well
Fix spawn status of Winterhoof Water Well Closes #12739
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_08_06_00_World_Gameobject2
1 files changed, 2 insertions, 0 deletions
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;