aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
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/updates
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/updates')
-rw-r--r--sql/updates/5513_world_wintergrasp.sql1
1 files changed, 1 insertions, 0 deletions
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