diff options
| author | Machiavelli <none@none> | 2009-08-17 02:03:23 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-08-17 02:03:23 +0200 |
| commit | 82c233de58978dae6ded5eca36ff6750845c5b61 (patch) | |
| tree | e7c1bc61454c1c8f186bf236e2d67f68f40c6d07 /sql/updates | |
| parent | 6f889c690b222528444971f4fa5a2c6662dae875 (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.sql | 1 |
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'); |
