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/FULL/world_spell_full.sql | 2 ++ sql/updates/5513_world_wintergrasp.sql | 1 + 2 files changed, 3 insertions(+) create mode 100644 sql/updates/5513_world_wintergrasp.sql (limited to 'sql') diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index c8328346b60..06481b9100d 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -2249,6 +2249,8 @@ DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (54643); INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES ( 54643,-54643, 2, 'Wintergrasp Defender Teleport'); +update game_graveyard_zone set ghost_zone = 4603 where id = 1474; + -- temp 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