From 7f573dbcb8a24dbec14ab4f6a3cf85f1a6d20906 Mon Sep 17 00:00:00 2001 From: kaelima Date: Mon, 30 May 2011 23:21:10 +0200 Subject: DB/Gameobject: Fix faction of door before Kel'Thuzad, making it untargetable. Players should now be unable to reach Kel'Thuzad before killing Sapphiron. --- sql/updates/world/2011_05_30_05_world_gameobject_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_05_30_05_world_gameobject_template.sql (limited to 'sql') 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; -- cgit v1.2.3