From 8df6879e94c255a9cfb3063f8e5437ee77874d3e Mon Sep 17 00:00:00 2001 From: click Date: Sat, 1 May 2010 08:30:46 +0200 Subject: Add support for quest 11626 (The Emissary) - patch by antihrists (thanks) Closes issue #1061 --HG-- branch : trunk --- sql/updates/8058_world_item_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/8058_world_item_template.sql (limited to 'sql') diff --git a/sql/updates/8058_world_item_template.sql b/sql/updates/8058_world_item_template.sql new file mode 100644 index 00000000000..92380018d70 --- /dev/null +++ b/sql/updates/8058_world_item_template.sql @@ -0,0 +1 @@ +UPDATE `item_template` SET `ScriptName`='item_Trident_of_Nazjan' WHERE `entry`=35850; -- cgit v1.2.3