aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-31 13:43:54 -0500
committermegamage <none@none>2009-08-31 13:43:54 -0500
commita4f6659f7a483a73dbc3d5d78748ffe7a077dad7 (patch)
tree90b8597eed296cf29e0a48ab5fd7d67e42357970 /sql
parent6a50516174a266e8e73403871101399f6855a3d1 (diff)
*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
Diffstat (limited to 'sql')
-rw-r--r--sql/FULL/world_spell_full.sql2
-rw-r--r--sql/updates/5513_world_wintergrasp.sql1
2 files changed, 3 insertions, 0 deletions
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