diff options
author | kaelima <jeppo_meyer@msn.com> | 2011-05-30 23:21:10 +0200 |
---|---|---|
committer | kaelima <jeppo_meyer@msn.com> | 2011-05-30 23:21:10 +0200 |
commit | 7f573dbcb8a24dbec14ab4f6a3cf85f1a6d20906 (patch) | |
tree | ac764b05e6596a8dd122efd0a735c8dcbdaef4a5 | |
parent | 1996832b16853d301bcd4984984a38214ddc626c (diff) |
DB/Gameobject: Fix faction of door before Kel'Thuzad, making it untargetable.
Players should now be unable to reach Kel'Thuzad before killing Sapphiron.
-rw-r--r-- | sql/updates/world/2011_05_30_05_world_gameobject_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_30_05_world_gameobject_template.sql b/sql/updates/world/2011_05_30_05_world_gameobject_template.sql new file mode 100644 index 00000000000..d75ff69261f --- /dev/null +++ b/sql/updates/world/2011_05_30_05_world_gameobject_template.sql @@ -0,0 +1,2 @@ +-- Fix faction for Frostwyrm Waterfall Door (door after Sapphiron in Naxxramas) +UPDATE `gameobject_template` SET `faction`=1375 WHERE `entry`=181225; |