[10051] Fixed talent 58426 broken after 3.3.3 switch.
[getmangos.git] / sql / updates / 0.10 / 4846_mangos_npc_option.sql
blob9b205447e55a5dea3c0db5a241753bf0fbe35fd1
1 update `npc_option` set  `npcflag`=0x00000010 where `id` in('5','49','50');
2 update `npc_option` set  `npcflag`=0x00000080 where `id` = '3';
3 update `npc_option` set  `npcflag`=0x00002000 where `id` = '4';
4 update `npc_option` set  `npcflag`=0x00004000 where `id` = '6';
5 update `npc_option` set  `npcflag`=0x00008000 where `id` = '7';
6 update `npc_option` set  `npcflag`=0x00010000 where `id` = '8';
7 update `npc_option` set  `npcflag`=0x00020000 where `id` = '9';
8 update `npc_option` set  `npcflag`=0x00040000 where `id` = '10';
9 update `npc_option` set  `npcflag`=0x00080000 where `id` = '11';
10 update `npc_option` set  `npcflag`=0x00100000 where `id` = '12';
11 update `npc_option` set  `npcflag`=0x00200000 where `id` = '13';
12 update `npc_option` set  `npcflag`=0x00400000 where `id` = '14';
13 update `npc_option` set  `npcflag`=0x00001000 where `id` = '15';