From a4f6659f7a483a73dbc3d5d78748ffe7a077dad7 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 31 Aug 2009 13:43:54 -0500 Subject: *Wintergrasp: fix the bug that player is send into hall when dead near hall. *Only revive player in the graveyard which is occupied. *Do not allow to use titan relic if hall gate is not destroyed. --HG-- branch : trunk --- sql/updates/5513_world_wintergrasp.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/5513_world_wintergrasp.sql (limited to 'sql/updates') diff --git a/sql/updates/5513_world_wintergrasp.sql b/sql/updates/5513_world_wintergrasp.sql new file mode 100644 index 00000000000..241f80288a0 --- /dev/null +++ b/sql/updates/5513_world_wintergrasp.sql @@ -0,0 +1 @@ +update game_graveyard_zone set ghost_zone = 4603 where id = 1474; \ No newline at end of file -- cgit v1.2.3