From b1cc10aaf0ab8dde7c90fc29a1c79ad0baee6f43 Mon Sep 17 00:00:00 2001 From: Trazom62 Date: Wed, 3 Feb 2010 22:27:35 +0100 Subject: Quest Support All Along the Watchtowers (5097,5098). Thanks Retriman. Fixes issue #519. --HG-- branch : trunk --- sql/updates/7293_world_creature_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/7293_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/7293_world_creature_template.sql b/sql/updates/7293_world_creature_template.sql new file mode 100644 index 00000000000..b978069d230 --- /dev/null +++ b/sql/updates/7293_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_andorhal_tower' WHERE `entry` in (10902,10903,10904,10905); -- cgit v1.2.3