From 82c233de58978dae6ded5eca36ff6750845c5b61 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Mon, 17 Aug 2009 02:03:23 +0200 Subject: *Send correct gossip icons for unlearn talent, unlearn pet talent and purchase dual talent. Dual talent still needs some changes to gossip to make blizzlike. --HG-- branch : trunk --- sql/updates/5117_world_npc_option.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/5117_world_npc_option.sql (limited to 'sql/updates') diff --git a/sql/updates/5117_world_npc_option.sql b/sql/updates/5117_world_npc_option.sql new file mode 100644 index 00000000000..560010862e7 --- /dev/null +++ b/sql/updates/5117_world_npc_option.sql @@ -0,0 +1 @@ +UPDATE `npc_option` SET `icon` = '0' WHERE `id` IN('49','50','51'); -- cgit v1.2.3