aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
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');