server/sql/updates/0.10/4846_mangos_npc_option.sql

13 lines
850 B
SQL

update `npc_option` set `npcflag`=0x00000010 where `id` in('5','49','50');
update `npc_option` set `npcflag`=0x00000080 where `id` = '3';
update `npc_option` set `npcflag`=0x00002000 where `id` = '4';
update `npc_option` set `npcflag`=0x00004000 where `id` = '6';
update `npc_option` set `npcflag`=0x00008000 where `id` = '7';
update `npc_option` set `npcflag`=0x00010000 where `id` = '8';
update `npc_option` set `npcflag`=0x00020000 where `id` = '9';
update `npc_option` set `npcflag`=0x00040000 where `id` = '10';
update `npc_option` set `npcflag`=0x00080000 where `id` = '11';
update `npc_option` set `npcflag`=0x00100000 where `id` = '12';
update `npc_option` set `npcflag`=0x00200000 where `id` = '13';
update `npc_option` set `npcflag`=0x00400000 where `id` = '14';
update `npc_option` set `npcflag`=0x00001000 where `id` = '15';