aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-08-17 02:03:23 +0200
committerMachiavelli <none@none>2009-08-17 02:03:23 +0200
commit82c233de58978dae6ded5eca36ff6750845c5b61 (patch)
treee7c1bc61454c1c8f186bf236e2d67f68f40c6d07 /sql/updates
parent6f889c690b222528444971f4fa5a2c6662dae875 (diff)
*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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5117_world_npc_option.sql1
1 files changed, 1 insertions, 0 deletions
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');