From eeed95620ca96a8cb50a539aa069f0608b3d3767 Mon Sep 17 00:00:00 2001 From: maanuel Date: Tue, 8 Dec 2009 19:42:49 -0300 Subject: Support for quest The Amphitheater of Anguish: Yggdras!. --HG-- branch : trunk --- sql/updates/6455_world_scripts.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/6455_world_scripts.sql (limited to 'sql/updates') diff --git a/sql/updates/6455_world_scripts.sql b/sql/updates/6455_world_scripts.sql new file mode 100644 index 00000000000..8721eec94fd --- /dev/null +++ b/sql/updates/6455_world_scripts.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_yggdras' WHERE `entry`=30014; -- cgit v1.2.3