From 13f68e100c94a6976cc9f7495bcf9d06c814f6b7 Mon Sep 17 00:00:00 2001 From: nelegalno Date: Fri, 9 Aug 2013 18:27:01 +0100 Subject: DB/GO: Increase radius of Mystery of the Infinity gameobject spellfocus Closes #920 (Quest is still broken; being worked on) --- sql/updates/world/2013_08_09_08_world_go_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_08_09_08_world_go_template.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_08_09_08_world_go_template.sql b/sql/updates/world/2013_08_09_08_world_go_template.sql new file mode 100644 index 00000000000..958d0125994 --- /dev/null +++ b/sql/updates/world/2013_08_09_08_world_go_template.sql @@ -0,0 +1,2 @@ +-- Change SpellFocus GO radius to 100y +UPDATE `gameobject_template` SET `data1`=100 WHERE `entry`=300209; -- cgit v1.2.3