From fbd2f506328b105bc5c853f1f18d6a5cf517c3f3 Mon Sep 17 00:00:00 2001 From: Bonny1992 Date: Wed, 6 Aug 2014 16:34:52 +0200 Subject: Renamed '2014_08_06_00_World_Gameobject' to '2014_08_06_00_world_gameobject.sql' --- sql/updates/world/2014_08_06_00_World_Gameobject | 2 -- sql/updates/world/2014_08_06_00_world_gameobject.sql | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 sql/updates/world/2014_08_06_00_World_Gameobject create mode 100644 sql/updates/world/2014_08_06_00_world_gameobject.sql (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 deleted file mode 100644 index 0128071ae65..00000000000 --- a/sql/updates/world/2014_08_06_00_World_Gameobject +++ /dev/null @@ -1,2 +0,0 @@ -UPDATE `gameobject` SET `spawntimesecs`=-60 WHERE `guid`=46424; -UPDATE `event_scripts` SET `datalong2`=60 WHERE `id`=466; diff --git a/sql/updates/world/2014_08_06_00_world_gameobject.sql b/sql/updates/world/2014_08_06_00_world_gameobject.sql new file mode 100644 index 00000000000..0128071ae65 --- /dev/null +++ b/sql/updates/world/2014_08_06_00_world_gameobject.sql @@ -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