From d22cd69f62436f55668058652e645a8004305c61 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 23 Jan 2014 11:07:02 +0100 Subject: [PATCH] DB/Graveyard: gm island graveyard By Vincent-Michael, closes #9789 --- sql/updates/world/2014_01_23_08_graveyard.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_01_23_08_graveyard.sql diff --git a/sql/updates/world/2014_01_23_08_graveyard.sql b/sql/updates/world/2014_01_23_08_graveyard.sql new file mode 100644 index 0000000000..27cfc39647 --- /dev/null +++ b/sql/updates/world/2014_01_23_08_graveyard.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `game_graveyard_zone` WHERE `id`=589; +INSERT INTO `game_graveyard_zone` (`id`, `ghost_zone`, `faction`) VALUES +(589, 876, 0);