Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-14-2012, 12:17 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default Rev2142

http://code.google.com/p/projecteqem.../detail?r=2142

This is a pretty cool submission by Cavedude. Added the ability for emotes to be driven and stored in memory instead of using small little Perl scripts for just that.

Looks like Rev 90 and above in the Quests repo is a majority of the most recent deletions of combat messages and the like so you will have to make note and delete those or simply replace your PEQ quests with those that are in the zone already from the repository.

http://code.google.com/p/projecteqquests/source/list

Though he submitted the structure and he did make a database dump with these changes. I decided to pull the information quick if you wanted to incorporate it into your already mostly PEQ structured server by using this query below:

Code:
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113003';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113004';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113005';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113006';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113008';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113009';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113010';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113011';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113012';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113013';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113014';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113015';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113016';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113017';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113020';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113023';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113024';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113027';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113028';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113029';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113030';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113031';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113033';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113036';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113037';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113039';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113042';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113043';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113046';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113049';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113050';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113051';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113052';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113053';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113054';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113061';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113070';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113075';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113077';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113078';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113080';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113081';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113095';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113115';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113194';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113208';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113213';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113216';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113217';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113218';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113221';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113222';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113224';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113225';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113227';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113228';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113232';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113233';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113235';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113238';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113239';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113240';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113245';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113246';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113257';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113269';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113270';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113277';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113278';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113280';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113281';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113282';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113284';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113285';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113286';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113288';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113289';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113291';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113292';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113294';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113297';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113300';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113301';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113304';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113306';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113307';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113308';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113311';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113312';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113315';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113316';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113329';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113330';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113331';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113332';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113333';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113334';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113338';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113339';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113340';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113342';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113343';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113344';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113345';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113354';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113355';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113356';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113357';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113358';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113360';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113363';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113367';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113369';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113370';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113371';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113387';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113388';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113389';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113390';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113393';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113394';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113395';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113398';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113400';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113401';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113403';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113405';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113408';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113410';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113413';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113414';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113417';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113418';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113421';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113425';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113430';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113432';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113436';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113441';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113446';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113448';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113450';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113452';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113459';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113461';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113462';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113466';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113468';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113472';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113473';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113475';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113476';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113483';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113487';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113488';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113491';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113496';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113497';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113499';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113500';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113502';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113504';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113513';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113519';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113526';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113537';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113540';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113542';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113546';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113547';
UPDATE `npc_types` SET `emoteid` = '1' WHERE `id` = '113549';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113001';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113002';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113032';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113034';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113035';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113038';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113040';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113044';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113047';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113048';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113067';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113068';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113069';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113073';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113082';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113083';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113084';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113085';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113086';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113087';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113088';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113089';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113090';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113091';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113092';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113093';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113094';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113096';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113097';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113098';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113099';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113100';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113101';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113102';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113103';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113112';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113113';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113114';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113121';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113123';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113126';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113132';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113136';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113137';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113139';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113141';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113142';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113143';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113145';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113149';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113151';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113152';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113154';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113155';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113165';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113169';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113175';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113196';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113197';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113198';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113199';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113200';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113201';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113202';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113205';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113206';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113207';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113209';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113210';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113211';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113212';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113214';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113219';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113220';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113226';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113229';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113230';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113231';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113237';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113241';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113242';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113243';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113247';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113249';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113250';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113253';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113254';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113255';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113256';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113259';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113263';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113264';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113265';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113266';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113267';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113268';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113271';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113272';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113293';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113305';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113310';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113313';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113314';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113317';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113318';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113319';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113320';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113321';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113322';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113323';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113324';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113325';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113326';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113327';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113328';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113335';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113336';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113346';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113347';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113348';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113349';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113350';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113351';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113352';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113353';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113361';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113378';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113379';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113380';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113381';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113384';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113391';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113397';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113402';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113404';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113406';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113411';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113419';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113424';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113426';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113428';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113433';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113434';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113435';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113437';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113438';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113439';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113444';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113447';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113451';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113453';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113454';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113456';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113460';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113467';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113469';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113477';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113478';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113479';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113480';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113481';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113482';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113484';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113489';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113490';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113493';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113498';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113501';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113503';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113505';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113506';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113509';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113511';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113512';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113514';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113515';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113520';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113521';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113522';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113523';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113524';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113527';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113531';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113536';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113538';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113539';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113544';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113550';
UPDATE `npc_types` SET `emoteid` = '2' WHERE `id` = '113552';
UPDATE `npc_types` SET `emoteid` = '3' WHERE `id` = '113055';
UPDATE `npc_types` SET `emoteid` = '3' WHERE `id` = '113056';
UPDATE `npc_types` SET `emoteid` = '3' WHERE `id` = '113058';
UPDATE `npc_types` SET `emoteid` = '3' WHERE `id` = '113062';
UPDATE `npc_types` SET `emoteid` = '3' WHERE `id` = '113064';
UPDATE `npc_types` SET `emoteid` = '3' WHERE `id` = '113260';
UPDATE `npc_types` SET `emoteid` = '3' WHERE `id` = '113296';
UPDATE `npc_types` SET `emoteid` = '3' WHERE `id` = '113368';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113000';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113041';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113057';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113063';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113124';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113125';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113144';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113148';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113244';
UPDATE `npc_types` SET `emoteid` = '4' WHERE `id` = '113303';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174005';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174007';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174011';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174019';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174021';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174027';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174031';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174032';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174034';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174041';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174118';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174119';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174120';
UPDATE `npc_types` SET `emoteid` = '5' WHERE `id` = '174164';
UPDATE `npc_types` SET `emoteid` = '6' WHERE `id` = '113104';
UPDATE `npc_types` SET `emoteid` = '6' WHERE `id` = '113495';
UPDATE `npc_types` SET `emoteid` = '7' WHERE `id` = '113059';
UPDATE `npc_types` SET `emoteid` = '7' WHERE `id` = '113060';
UPDATE `npc_types` SET `emoteid` = '7' WHERE `id` = '113122';
UPDATE `npc_types` SET `emoteid` = '7' WHERE `id` = '113298';
UPDATE `npc_types` SET `emoteid` = '7' WHERE `id` = '113299';
UPDATE `npc_types` SET `emoteid` = '7' WHERE `id` = '113366';
UPDATE `npc_types` SET `emoteid` = '8' WHERE `id` = '113045';
UPDATE `npc_types` SET `emoteid` = '8' WHERE `id` = '113295';
UPDATE `npc_types` SET `emoteid` = '8' WHERE `id` = '113359';
UPDATE `npc_types` SET `emoteid` = '9' WHERE `id` = '113150';
UPDATE `npc_types` SET `emoteid` = '9' WHERE `id` = '113164';
UPDATE `npc_types` SET `emoteid` = '9' WHERE `id` = '113167';
UPDATE `npc_types` SET `emoteid` = '9' WHERE `id` = '113168';
UPDATE `npc_types` SET `emoteid` = '10' WHERE `id` = '113108';
UPDATE `npc_types` SET `emoteid` = '10' WHERE `id` = '113109';
UPDATE `npc_types` SET `emoteid` = '10' WHERE `id` = '113110';
UPDATE `npc_types` SET `emoteid` = '10' WHERE `id` = '113111';
UPDATE `npc_types` SET `emoteid` = '10' WHERE `id` = '113119';
UPDATE `npc_types` SET `emoteid` = '10' WHERE `id` = '113174';
UPDATE `npc_types` SET `emoteid` = '10' WHERE `id` = '113261';
UPDATE `npc_types` SET `emoteid` = '11' WHERE `id` = '113551';
UPDATE `npc_types` SET `emoteid` = '12' WHERE `id` = '292065';
UPDATE `npc_types` SET `emoteid` = '13' WHERE `id` = '113021';
UPDATE `npc_types` SET `emoteid` = '13' WHERE `id` = '113072';
UPDATE `npc_types` SET `emoteid` = '13' WHERE `id` = '113074';
UPDATE `npc_types` SET `emoteid` = '13' WHERE `id` = '113076';
UPDATE `npc_types` SET `emoteid` = '13' WHERE `id` = '113192';
UPDATE `npc_types` SET `emoteid` = '13' WHERE `id` = '113262';
UPDATE `npc_types` SET `emoteid` = '14' WHERE `id` = '36013';
UPDATE `npc_types` SET `emoteid` = '14' WHERE `id` = '36062';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '30019';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '30030';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '30051';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '36007';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '36009';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '36031';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '47053';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '47054';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '47055';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '47078';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '47106';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '47111';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '47176';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '47177';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '47178';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111012';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111013';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111025';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111027';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111028';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111029';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111030';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111031';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111032';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111033';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111034';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111035';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111036';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111037';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111038';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111039';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111040';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111041';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111042';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111043';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111044';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111045';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111046';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111047';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111048';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111049';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111050';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111051';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111052';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111054';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111055';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111056';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111058';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111059';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111060';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111061';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111062';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111063';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111064';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111065';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111069';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111070';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111071';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111072';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111073';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111074';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111075';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111077';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111078';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111079';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111080';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111081';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111082';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111083';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111084';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111085';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111086';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111087';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111088';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111094';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111095';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111096';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111097';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111098';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111099';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111103';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111104';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111105';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111106';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111107';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111108';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111109';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111110';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111111';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111113';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111116';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111118';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111119';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111120';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111121';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111123';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111124';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111125';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111126';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111127';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111128';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111129';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111134';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111135';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111136';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111137';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111138';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111139';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111140';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111141';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111143';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111144';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111154';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111161';
UPDATE `npc_types` SET `emoteid` = '15' WHERE `id` = '111166';
UPDATE `npc_types` SET `emoteid` = '16' WHERE `id` = '36040';
UPDATE `npc_types` SET `emoteid` = '16' WHERE `id` = '36064';
UPDATE `npc_types` SET `emoteid` = '17' WHERE `id` = '36092';
UPDATE `npc_types` SET `emoteid` = '18' WHERE `id` = '119085';
UPDATE `npc_types` SET `emoteid` = '18' WHERE `id` = '119086';
UPDATE `npc_types` SET `emoteid` = '18' WHERE `id` = '119087';
UPDATE `npc_types` SET `emoteid` = '18' WHERE `id` = '119088';
UPDATE `npc_types` SET `emoteid` = '18' WHERE `id` = '119089';
UPDATE `npc_types` SET `emoteid` = '18' WHERE `id` = '119124';
UPDATE `npc_types` SET `emoteid` = '18' WHERE `id` = '119154';
UPDATE `npc_types` SET `emoteid` = '19' WHERE `id` = '113153';
UPDATE `npc_types` SET `emoteid` = '20' WHERE `id` = '113135';
UPDATE `npc_types` SET `emoteid` = '21' WHERE `id` = '113181';
UPDATE `npc_types` SET `emoteid` = '21' WHERE `id` = '113182';
UPDATE `npc_types` SET `emoteid` = '22' WHERE `id` = '113180';
UPDATE `npc_types` SET `emoteid` = '22' WHERE `id` = '113276';
UPDATE `npc_types` SET `emoteid` = '22' WHERE `id` = '113365';
UPDATE `npc_types` SET `emoteid` = '23' WHERE `id` = '113128';
UPDATE `npc_types` SET `emoteid` = '23' WHERE `id` = '113131';
UPDATE `npc_types` SET `emoteid` = '23' WHERE `id` = '113138';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113176';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113177';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113178';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113179';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113273';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113274';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113275';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113374';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113375';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113376';
UPDATE `npc_types` SET `emoteid` = '24' WHERE `id` = '113377';
UPDATE `npc_types` SET `emoteid` = '25' WHERE `id` = '113079';
UPDATE `npc_types` SET `emoteid` = '26' WHERE `id` = '113248';
UPDATE `npc_types` SET `emoteid` = '27' WHERE `id` = '119008';
UPDATE `npc_types` SET `emoteid` = '27' WHERE `id` = '119013';
UPDATE `npc_types` SET `emoteid` = '27' WHERE `id` = '119023';
UPDATE `npc_types` SET `emoteid` = '27' WHERE `id` = '119046';
UPDATE `npc_types` SET `emoteid` = '27' WHERE `id` = '119047';
UPDATE `npc_types` SET `emoteid` = '27' WHERE `id` = '119049';
UPDATE `npc_types` SET `emoteid` = '27' WHERE `id` = '119094';
UPDATE `npc_types` SET `emoteid` = '27' WHERE `id` = '119113';
UPDATE `npc_types` SET `emoteid` = '27' WHERE `id` = '119147';
UPDATE `npc_types` SET `emoteid` = '28' WHERE `id` = '119045';
UPDATE `npc_types` SET `emoteid` = '28' WHERE `id` = '119067';
UPDATE `npc_types` SET `emoteid` = '28' WHERE `id` = '119068';
UPDATE `npc_types` SET `emoteid` = '28' WHERE `id` = '119092';
UPDATE `npc_types` SET `emoteid` = '28' WHERE `id` = '119093';
UPDATE `npc_types` SET `emoteid` = '28' WHERE `id` = '119131';
UPDATE `npc_types` SET `emoteid` = '29' WHERE `id` = '119082';
UPDATE `npc_types` SET `emoteid` = '29' WHERE `id` = '119083';
UPDATE `npc_types` SET `emoteid` = '29' WHERE `id` = '119090';
UPDATE `npc_types` SET `emoteid` = '30' WHERE `id` = '119055';
UPDATE `npc_types` SET `emoteid` = '30' WHERE `id` = '119057';
UPDATE `npc_types` SET `emoteid` = '30' WHERE `id` = '119058';
UPDATE `npc_types` SET `emoteid` = '30' WHERE `id` = '119059';
UPDATE `npc_types` SET `emoteid` = '30' WHERE `id` = '119100';
UPDATE `npc_types` SET `emoteid` = '30' WHERE `id` = '119134';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119029';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119031';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119037';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119039';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119040';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119041';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119043';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119044';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119050';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119051';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119052';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119053';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119064';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119065';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119127';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119128';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119130';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119144';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119145';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119149';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119166';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119167';
UPDATE `npc_types` SET `emoteid` = '31' WHERE `id` = '119168';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111008';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111009';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111010';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111011';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111014';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111015';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111016';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111017';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111018';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111019';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111020';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111021';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111022';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111023';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111130';
UPDATE `npc_types` SET `emoteid` = '32' WHERE `id` = '111131';
UPDATE `npc_types` SET `emoteid` = '33' WHERE `id` = '111024';
UPDATE `npc_types` SET `emoteid` = '33' WHERE `id` = '111026';
UPDATE `npc_types` SET `emoteid` = '33' WHERE `id` = '111057';
UPDATE `npc_types` SET `emoteid` = '33' WHERE `id` = '111090';
UPDATE `npc_types` SET `emoteid` = '33' WHERE `id` = '111091';
UPDATE `npc_types` SET `emoteid` = '33' WHERE `id` = '111158';
UPDATE `npc_types` SET `emoteid` = '34' WHERE `id` = '117040';
UPDATE `npc_types` SET `emoteid` = '34' WHERE `id` = '117041';
UPDATE `npc_types` SET `emoteid` = '34' WHERE `id` = '117042';
UPDATE `npc_types` SET `emoteid` = '34' WHERE `id` = '117043';
UPDATE `npc_types` SET `emoteid` = '34' WHERE `id` = '117056';
UPDATE `npc_types` SET `emoteid` = '35' WHERE `id` = '117039';
UPDATE `npc_types` SET `emoteid` = '35' WHERE `id` = '117053';
UPDATE `npc_types` SET `emoteid` = '35' WHERE `id` = '117054';
UPDATE `npc_types` SET `emoteid` = '35' WHERE `id` = '117055';
UPDATE `npc_types` SET `emoteid` = '36' WHERE `id` = '117033';
UPDATE `npc_types` SET `emoteid` = '36' WHERE `id` = '117034';
UPDATE `npc_types` SET `emoteid` = '36' WHERE `id` = '117035';
UPDATE `npc_types` SET `emoteid` = '36' WHERE `id` = '117044';
UPDATE `npc_types` SET `emoteid` = '36' WHERE `id` = '117052';
UPDATE `npc_types` SET `emoteid` = '37' WHERE `id` = '117047';
UPDATE `npc_types` SET `emoteid` = '37' WHERE `id` = '117048';
UPDATE `npc_types` SET `emoteid` = '37' WHERE `id` = '117060';
UPDATE `npc_types` SET `emoteid` = '38' WHERE `id` = '117018';
UPDATE `npc_types` SET `emoteid` = '38' WHERE `id` = '117019';
UPDATE `npc_types` SET `emoteid` = '38' WHERE `id` = '117020';
UPDATE `npc_types` SET `emoteid` = '38' WHERE `id` = '117036';
UPDATE `npc_types` SET `emoteid` = '38' WHERE `id` = '117061';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117006';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117007';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117008';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117011';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117012';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117013';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117022';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117023';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117045';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117057';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117058';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117062';
UPDATE `npc_types` SET `emoteid` = '39' WHERE `id` = '117066';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '16001';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '16011';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '16012';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '16014';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '16026';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '16027';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '30003';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '30016';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68001';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68013';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68015';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68019';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68020';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68021';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68022';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68023';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68063';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68139';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68144';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68145';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68167';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '68194';
UPDATE `npc_types` SET `emoteid` = '40' WHERE `id` = '16040';
UPDATE `npc_types` SET `emoteid` = '41' WHERE `id` = '16013';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '15002';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '15005';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '15009';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17000';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17001';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17002';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17003';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17004';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17005';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17007';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17008';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17009';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17010';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17011';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17012';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17015';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17016';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17019';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17020';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17021';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17022';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17024';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17027';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17031';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17033';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17035';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17037';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17038';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '17039';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '30004';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '30005';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '30011';
UPDATE `npc_types` SET `emoteid` = '42' WHERE `id` = '30013';
UPDATE `npc_types` SET `emoteid` = '43' WHERE `id` = '17036';
UPDATE `npc_types` SET `emoteid` = '43' WHERE `id` = '17049';
UPDATE `npc_types` SET `emoteid` = '44' WHERE `id` = '17014';
UPDATE `npc_types` SET `emoteid` = '44' WHERE `id` = '30001';
UPDATE `npc_types` SET `emoteid` = '44' WHERE `id` = '30102';
UPDATE `npc_types` SET `emoteid` = '45' WHERE `id` = '17029';
UPDATE `npc_types` SET `emoteid` = '45' WHERE `id` = '17032';
UPDATE `npc_types` SET `emoteid` = '46' WHERE `id` = '17028';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68025';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68028';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68031';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68047';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68054';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68067';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68068';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68069';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68074';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68077';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68080';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68081';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68088';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68101';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68107';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68110';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68117';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68118';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68119';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68120';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68182';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68209';
UPDATE `npc_types` SET `emoteid` = '47' WHERE `id` = '68217';
UPDATE `npc_types` SET `emoteid` = '48' WHERE `id` = '22015';
UPDATE `npc_types` SET `emoteid` = '48' WHERE `id` = '47080';
UPDATE `npc_types` SET `emoteid` = '48' WHERE `id` = '68005';
UPDATE `npc_types` SET `emoteid` = '49' WHERE `id` = '68048';
UPDATE `npc_types` SET `emoteid` = '49' WHERE `id` = '68071';
UPDATE `npc_types` SET `emoteid` = '49' WHERE `id` = '68078';
UPDATE `npc_types` SET `emoteid` = '49' WHERE `id` = '68082';
UPDATE `npc_types` SET `emoteid` = '50' WHERE `id` = '68146';
UPDATE `npc_types` SET `emoteid` = '51' WHERE `id` = '68075';
UPDATE `npc_types` SET `emoteid` = '52' WHERE `id` = '68235';
UPDATE `npc_types` SET `emoteid` = '53' WHERE `id` = '68103';
UPDATE `npc_types` SET `emoteid` = '54' WHERE `id` = '68055';
UPDATE `npc_types` SET `emoteid` = '54' WHERE `id` = '68056';
UPDATE `npc_types` SET `emoteid` = '54' WHERE `id` = '68168';
UPDATE `npc_types` SET `emoteid` = '54' WHERE `id` = '68169';
UPDATE `npc_types` SET `emoteid` = '54' WHERE `id` = '68200';
UPDATE `npc_types` SET `emoteid` = '55' WHERE `id` = '119030';
UPDATE `npc_types` SET `emoteid` = '55' WHERE `id` = '119108';
UPDATE `npc_types` SET `emoteid` = '55' WHERE `id` = '119109';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106062';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106063';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106064';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106065';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106067';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106068';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106069';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106070';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106071';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106072';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106073';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106074';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106075';
UPDATE `npc_types` SET `emoteid` = '56' WHERE `id` = '106076';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '78071';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '78072';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '106024';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '106025';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '106026';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '106027';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '106028';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '106029';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '106030';
UPDATE `npc_types` SET `emoteid` = '57' WHERE `id` = '106031';
UPDATE `npc_types` SET `emoteid` = '58' WHERE `id` = '78020';
UPDATE `npc_types` SET `emoteid` = '58' WHERE `id` = '78069';
UPDATE `npc_types` SET `emoteid` = '58' WHERE `id` = '78073';
UPDATE `npc_types` SET `emoteid` = '58' WHERE `id` = '78074';
UPDATE `npc_types` SET `emoteid` = '58' WHERE `id` = '78075';
UPDATE `npc_types` SET `emoteid` = '58' WHERE `id` = '78076';
UPDATE `npc_types` SET `emoteid` = '58' WHERE `id` = '78103';
UPDATE `npc_types` SET `emoteid` = '58' WHERE `id` = '106066';
UPDATE `npc_types` SET `emoteid` = '59' WHERE `id` = '106061';
UPDATE `npc_types` SET `emoteid` = '60' WHERE `id` = '106009';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116123';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116124';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116125';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116132';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116133';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116135';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116146';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116147';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116183';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116187';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116202';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116203';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116529';
UPDATE `npc_types` SET `emoteid` = '61' WHERE `id` = '116537';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116081';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116082';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116085';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116087';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116126';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116127';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116129';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116131';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116134';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116148';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116162';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116174';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116178';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116179';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116184';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116185';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116186';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116204';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116208';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116212';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116533';
UPDATE `npc_types` SET `emoteid` = '62' WHERE `id` = '116536';
UPDATE `npc_types` SET `emoteid` = '63' WHERE `id` = '116088';
UPDATE `npc_types` SET `emoteid` = '63' WHERE `id` = '116130';
UPDATE `npc_types` SET `emoteid` = '63' WHERE `id` = '116163';
UPDATE `npc_types` SET `emoteid` = '63' WHERE `id` = '116177';
UPDATE `npc_types` SET `emoteid` = '63' WHERE `id` = '116205';
UPDATE `npc_types` SET `emoteid` = '63' WHERE `id` = '116207';
UPDATE `npc_types` SET `emoteid` = '63' WHERE `id` = '116530';
UPDATE `npc_types` SET `emoteid` = '63' WHERE `id` = '116531';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116007';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116010';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116011';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116014';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116018';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116020';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116026';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116045';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116102';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116114';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116173';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116195';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116206';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116209';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116525';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116526';
UPDATE `npc_types` SET `emoteid` = '64' WHERE `id` = '116527';
UPDATE `npc_types` SET `emoteid` = '65' WHERE `id` = '116024';
UPDATE `npc_types` SET `emoteid` = '65' WHERE `id` = '116027';
UPDATE `npc_types` SET `emoteid` = '65' WHERE `id` = '116076';
UPDATE `npc_types` SET `emoteid` = '65' WHERE `id` = '116083';
UPDATE `npc_types` SET `emoteid` = '65' WHERE `id` = '116103';
UPDATE `npc_types` SET `emoteid` = '65' WHERE `id` = '116112';
UPDATE `npc_types` SET `emoteid` = '65' WHERE `id` = '116192';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116004';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116006';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116013';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116015';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116016';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116017';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116101';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116138';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116168';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116170';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116171';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116172';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116196';
UPDATE `npc_types` SET `emoteid` = '66' WHERE `id` = '116522';
UPDATE `npc_types` SET `emoteid` = '67' WHERE `id` = '116059';
UPDATE `npc_types` SET `emoteid` = '67' WHERE `id` = '116060';
UPDATE `npc_types` SET `emoteid` = '67' WHERE `id` = '116061';
UPDATE `npc_types` SET `emoteid` = '67' WHERE `id` = '116100';
UPDATE `npc_types` SET `emoteid` = '68' WHERE `id` = '116098';
UPDATE `npc_types` SET `emoteid` = '68' WHERE `id` = '116573';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110040';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110041';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110042';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110058';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110059';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110060';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110061';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110063';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110064';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110065';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110068';
UPDATE `npc_types` SET `emoteid` = '69' WHERE `id` = '110069';
UPDATE `npc_types` SET `emoteid` = '70' WHERE `id` = '70010';
UPDATE `npc_types` SET `emoteid` = '70' WHERE `id` = '70011';
UPDATE `npc_types` SET `emoteid` = '70' WHERE `id` = '70042';
UPDATE `npc_types` SET `emoteid` = '71' WHERE `id` = '48021';
UPDATE `npc_types` SET `emoteid` = '71' WHERE `id` = '48029';
UPDATE `npc_types` SET `emoteid` = '71' WHERE `id` = '48032';
UPDATE `npc_types` SET `emoteid` = '71' WHERE `id` = '48048';
UPDATE `npc_types` SET `emoteid` = '71' WHERE `id` = '48056';
UPDATE `npc_types` SET `emoteid` = '71' WHERE `id` = '48085';
UPDATE `npc_types` SET `emoteid` = '71' WHERE `id` = '48086';
UPDATE `npc_types` SET `emoteid` = '71' WHERE `id` = '48101';
UPDATE `npc_types` SET `emoteid` = '72' WHERE `id` = '48015';
UPDATE `npc_types` SET `emoteid` = '72' WHERE `id` = '48047';
UPDATE `npc_types` SET `emoteid` = '72' WHERE `id` = '48079';
UPDATE `npc_types` SET `emoteid` = '73' WHERE `id` = '48011';
UPDATE `npc_types` SET `emoteid` = '73' WHERE `id` = '48024';
UPDATE `npc_types` SET `emoteid` = '73' WHERE `id` = '48026';
UPDATE `npc_types` SET `emoteid` = '73' WHERE `id` = '48071';
UPDATE `npc_types` SET `emoteid` = '73' WHERE `id` = '48083';
UPDATE `npc_types` SET `emoteid` = '74' WHERE `id` = '48035';
UPDATE `npc_types` SET `emoteid` = '74' WHERE `id` = '48055';
UPDATE `npc_types` SET `emoteid` = '74' WHERE `id` = '48098';
UPDATE `npc_types` SET `emoteid` = '74' WHERE `id` = '48105';
UPDATE `npc_types` SET `emoteid` = '74' WHERE `id` = '48113';
UPDATE `npc_types` SET `emoteid` = '75' WHERE `id` = '48019';
UPDATE `npc_types` SET `emoteid` = '75' WHERE `id` = '48067';
UPDATE `npc_types` SET `emoteid` = '76' WHERE `id` = '48007';
UPDATE `npc_types` SET `emoteid` = '76' WHERE `id` = '48014';
UPDATE `npc_types` SET `emoteid` = '76' WHERE `id` = '48070';
UPDATE `npc_types` SET `emoteid` = '76' WHERE `id` = '48100';
UPDATE `npc_types` SET `emoteid` = '77' WHERE `id` = '48008';
UPDATE `npc_types` SET `emoteid` = '77' WHERE `id` = '48060';
UPDATE `npc_types` SET `emoteid` = '78' WHERE `id` = '48005';
UPDATE `npc_types` SET `emoteid` = '78' WHERE `id` = '48058';
UPDATE `npc_types` SET `emoteid` = '79' WHERE `id` = '48031';
UPDATE `npc_types` SET `emoteid` = '79' WHERE `id` = '48049';
UPDATE `npc_types` SET `emoteid` = '79' WHERE `id` = '48091';
UPDATE `npc_types` SET `emoteid` = '80' WHERE `id` = '48117';
UPDATE `npc_types` SET `emoteid` = '80' WHERE `id` = '48243';
UPDATE `npc_types` SET `emoteid` = '81' WHERE `id` = '48012';
UPDATE `npc_types` SET `emoteid` = '81' WHERE `id` = '48073';
UPDATE `npc_types` SET `emoteid` = '82' WHERE `id` = '48006';
UPDATE `npc_types` SET `emoteid` = '82' WHERE `id` = '48013';
UPDATE `npc_types` SET `emoteid` = '82' WHERE `id` = '48022';
UPDATE `npc_types` SET `emoteid` = '82' WHERE `id` = '48046';
UPDATE `npc_types` SET `emoteid` = '82' WHERE `id` = '48059';
UPDATE `npc_types` SET `emoteid` = '82' WHERE `id` = '48061';
UPDATE `npc_types` SET `emoteid` = '82' WHERE `id` = '48062';
UPDATE `npc_types` SET `emoteid` = '82' WHERE `id` = '48097';
UPDATE `npc_types` SET `emoteid` = '83' WHERE `id` = '48009';
UPDATE `npc_types` SET `emoteid` = '83' WHERE `id` = '48010';
UPDATE `npc_types` SET `emoteid` = '83' WHERE `id` = '48082';
UPDATE `npc_types` SET `emoteid` = '83' WHERE `id` = '48084';
UPDATE `npc_types` SET `emoteid` = '83' WHERE `id` = '48103';
UPDATE `npc_types` SET `emoteid` = '84' WHERE `id` = '48028';
UPDATE `npc_types` SET `emoteid` = '84' WHERE `id` = '48053';
UPDATE `npc_types` SET `emoteid` = '84' WHERE `id` = '48108';
UPDATE `npc_types` SET `emoteid` = '84' WHERE `id` = '48109';
UPDATE `npc_types` SET `emoteid` = '85' WHERE `id` = '48054';
UPDATE `npc_types` SET `emoteid` = '86' WHERE `id` = '48036';
UPDATE `npc_types` SET `emoteid` = '86' WHERE `id` = '48089';
UPDATE `npc_types` SET `emoteid` = '87' WHERE `id` = '48080';
UPDATE `npc_types` SET `emoteid` = '87' WHERE `id` = '48115';
UPDATE `npc_types` SET `emoteid` = '88' WHERE `id` = '48215';
UPDATE `npc_types` SET `emoteid` = '89' WHERE `id` = '48001';
UPDATE `npc_types` SET `emoteid` = '89' WHERE `id` = '48063';
UPDATE `npc_types` SET `emoteid` = '89' WHERE `id` = '48092';
UPDATE `npc_types` SET `emoteid` = '90' WHERE `id` = '21032';
UPDATE `npc_types` SET `emoteid` = '90' WHERE `id` = '21117';
UPDATE `npc_types` SET `emoteid` = '91' WHERE `id` = '21086';
UPDATE `npc_types` SET `emoteid` = '91' WHERE `id` = '21109';
UPDATE `npc_types` SET `emoteid` = '92' WHERE `id` = '21006';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '21039';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '21096';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '21118';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '21121';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '22052';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '22142';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '22143';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '22149';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '22165';
UPDATE `npc_types` SET `emoteid` = '93' WHERE `id` = '22179';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '10002';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '21005';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '21026';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '21038';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '21097';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22005';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22022';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22049';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22050';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22051';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22053';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22055';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22150';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22151';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22155';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22167';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22173';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22182';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '22185';
UPDATE `npc_types` SET `emoteid` = '94' WHERE `id` = '21155';
UPDATE `npc_types` SET `emoteid` = '95' WHERE `id` = '21115';
UPDATE `npc_types` SET `emoteid` = '95' WHERE `id` = '21119';
UPDATE `npc_types` SET `emoteid` = '96' WHERE `id` = '21015';
UPDATE `npc_types` SET `emoteid` = '97' WHERE `id` = '21029';
UPDATE `npc_types` SET `emoteid` = '97' WHERE `id` = '21090';
UPDATE `npc_types` SET `emoteid` = '98' WHERE `id` = '21141';
UPDATE `npc_types` SET `emoteid` = '99' WHERE `id` = '21050';
UPDATE `npc_types` SET `emoteid` = '100' WHERE `id` = '21056';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114048';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114049';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114057';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114062';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114066';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114069';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114070';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114085';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114105';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114123';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114124';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114127';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114129';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114132';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114134';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114135';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114137';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114139';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114161';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114162';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114163';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114170';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114174';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114185';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114189';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114190';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114191';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114202';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114214';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114225';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114226';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114233';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114234';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114236';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114237';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114285';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114327';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114328';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114335';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114336';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114337';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114339';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114346';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114347';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114359';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114360';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114374';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114382';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114393';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114400';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114408';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114409';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114415';
UPDATE `npc_types` SET `emoteid` = '101' WHERE `id` = '114416';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114050';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114051';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114052';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114058';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114064';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114065';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114075';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114080';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114082';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114089';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114125';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114126';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114128';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114130';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114131';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114136';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114138';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114164';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114168';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114169';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114173';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114178';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114182';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114183';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114184';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114186';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114187';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114188';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114192';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114193';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114194';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114195';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114205';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114206';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114207';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114211';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114212';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114215';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114219';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114220';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114230';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114231';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114284';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114329';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114330';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114331';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114332';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114333';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114334';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114338';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114340';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114341';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114348';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114367';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114368';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114371';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114373';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114377';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114379';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114380';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114381';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114383';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114384';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114385';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114386';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114387';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114388';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114396';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114399';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114401';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114404';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114405';
UPDATE `npc_types` SET `emoteid` = '102' WHERE `id` = '114413';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114053';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114056';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114060';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114061';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114067';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114076';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114078';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114086';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114087';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114095';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114096';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114097';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114098';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114099';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114100';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114109';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114110';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114111';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114113';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114114';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114115';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114119';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114133';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114148';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114149';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114153';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114154';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114155';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114156';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114157';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114158';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114165';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114166';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114167';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114172';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114177';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114179';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114181';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114199';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114200';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114208';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114221';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114222';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114224';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114227';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114228';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114229';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114232';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114235';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114283';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114290';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114291';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114292';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114293';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114294';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114295';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114304';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114305';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114306';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114307';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114308';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114314';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114316';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114317';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114320';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114321';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114322';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114323';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114324';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114342';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114343';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114349';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114351';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114352';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114355';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114356';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114365';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114366';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114378';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114391';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114407';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114410';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114411';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114412';
UPDATE `npc_types` SET `emoteid` = '103' WHERE `id` = '114414';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114054';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114059';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114071';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114072';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114073';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114077';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114083';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114112';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114116';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114120';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114122';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114143';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114144';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114145';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114150';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114151';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114160';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114180';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114197';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114198';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114217';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114218';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114223';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114300';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114301';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114309';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114311';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114315';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114318';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114319';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114326';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114345';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114350';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114358';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114361';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114362';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114363';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114369';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114390';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114402';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114403';
UPDATE `npc_types` SET `emoteid` = '104' WHERE `id` = '114406';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114055';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114068';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114074';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114079';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114081';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114084';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114088';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114090';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114091';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114092';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114093';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114094';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114101';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114102';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114103';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114104';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114108';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114117';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114118';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114121';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114142';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114146';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114147';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114152';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114159';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114171';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114175';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114176';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114196';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114209';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114210';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114286';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114287';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114288';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114289';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114296';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114297';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114298';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114299';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114302';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114303';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114310';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114312';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114313';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114325';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114344';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114353';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114354';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114357';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114364';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114370';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114372';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114375';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114376';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114389';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114392';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114397';
UPDATE `npc_types` SET `emoteid` = '105' WHERE `id` = '114398';
UPDATE `npc_types` SET `emoteid` = '106' WHERE `id` = '114015';
UPDATE `npc_types` SET `emoteid` = '106' WHERE `id` = '114016';
UPDATE `npc_types` SET `emoteid` = '106' WHERE `id` = '114020';
UPDATE `npc_types` SET `emoteid` = '106' WHERE `id` = '114063';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114003';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114007';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114008';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114009';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114010';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114011';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114012';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114013';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114017';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114019';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114021';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114022';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114023';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114024';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114025';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114026';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114027';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114028';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114029';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114030';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114031';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114032';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114033';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114034';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114035';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114036';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114037';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114038';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114039';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114040';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114041';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114042';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114043';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114044';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114045';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114046';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114047';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114107';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114238';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114239';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114242';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114243';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114245';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114246';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114247';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114248';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114250';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114251';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114252';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114253';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114254';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114255';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114256';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114257';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114258';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114259';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114260';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114282';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114417';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114418';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114419';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114420';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114421';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114422';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114423';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114424';
UPDATE `npc_types` SET `emoteid` = '107' WHERE `id` = '114425';
UPDATE `npc_types` SET `emoteid` = '108' WHERE `id` = '58008';
UPDATE `npc_types` SET `emoteid` = '108' WHERE `id` = '58026';
UPDATE `npc_types` SET `emoteid` = '108' WHERE `id` = '58036';
UPDATE `npc_types` SET `emoteid` = '108' WHERE `id` = '58045';
UPDATE `npc_types` SET `emoteid` = '108' WHERE `id` = '58054';
UPDATE `npc_types` SET `emoteid` = '109' WHERE `id` = '58010';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58000';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58001';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58002';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58003';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58004';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58005';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58006';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58009';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58011';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58012';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58013';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58015';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58016';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58024';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58025';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58027';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58028';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58029';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58030';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58031';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58032';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58033';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58034';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58035';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58037';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58038';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58039';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58040';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58041';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58042';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58046';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58047';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58053';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58055';
UPDATE `npc_types` SET `emoteid` = '110' WHERE `id` = '58057';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121000';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121001';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121002';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121003';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121004';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121006';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121007';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121008';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121009';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121014';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121015';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121023';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121054';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121057';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121062';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121068';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121069';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121070';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121096';
UPDATE `npc_types` SET `emoteid` = '111' WHERE `id` = '121097';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121018';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121019';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121026';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121027';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121028';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121030';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121033';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121034';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121039';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121041';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121042';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121048';
UPDATE `npc_types` SET `emoteid` = '112' WHERE `id` = '121076';
UPDATE `npc_types` SET `emoteid` = '113' WHERE `id` = '15048';
UPDATE `npc_types` SET `emoteid` = '113' WHERE `id` = '15049';
UPDATE `npc_types` SET `emoteid` = '113' WHERE `id` = '15050';
UPDATE `npc_types` SET `emoteid` = '113' WHERE `id` = '15119';
UPDATE `npc_types` SET `emoteid` = '113' WHERE `id` = '15120';
UPDATE `npc_types` SET `emoteid` = '113' WHERE `id` = '15121';
UPDATE `npc_types` SET `emoteid` = '113' WHERE `id` = '15142';
UPDATE `npc_types` SET `emoteid` = '114' WHERE `id` = '15156';
UPDATE `npc_types` SET `emoteid` = '114' WHERE `id` = '15166';
UPDATE `npc_types` SET `emoteid` = '115' WHERE `id` = '15051';
UPDATE `npc_types` SET `emoteid` = '116' WHERE `id` = '15086';
UPDATE `npc_types` SET `emoteid` = '116' WHERE `id` = '15096';
UPDATE `npc_types` SET `emoteid` = '116' WHERE `id` = '15098';
UPDATE `npc_types` SET `emoteid` = '116' WHERE `id` = '15116';
UPDATE `npc_types` SET `emoteid` = '116' WHERE `id` = '15133';
UPDATE `npc_types` SET `emoteid` = '116' WHERE `id` = '15136';
UPDATE `npc_types` SET `emoteid` = '117' WHERE `id` = '15153';
UPDATE `npc_types` SET `emoteid` = '118' WHERE `id` = '15084';
UPDATE `npc_types` SET `emoteid` = '118' WHERE `id` = '15093';
UPDATE `npc_types` SET `emoteid` = '118' WHERE `id` = '15147';
UPDATE `npc_types` SET `emoteid` = '119' WHERE `id` = '15045';
UPDATE `npc_types` SET `emoteid` = '120' WHERE `id` = '15103';
UPDATE `npc_types` SET `emoteid` = '120' WHERE `id` = '114213';
UPDATE `npc_types` SET `emoteid` = '121' WHERE `id` = '15034';
UPDATE `npc_types` SET `emoteid` = '122' WHERE `id` = '15043';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22035';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22057';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22059';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22063';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22064';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22065';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22066';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22067';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22071';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22131';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22144';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22145';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22146';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22147';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22159';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22160';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22166';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22168';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22177';
UPDATE `npc_types` SET `emoteid` = '123' WHERE `id` = '22178';
UPDATE `npc_types` SET `emoteid` = '124' WHERE `id` = '22014';
UPDATE `npc_types` SET `emoteid` = '125' WHERE `id` = '22196';
UPDATE `npc_types` SET `emoteid` = '126' WHERE `id` = '10000';
UPDATE `npc_types` SET `emoteid` = '126' WHERE `id` = '10159';
UPDATE `npc_types` SET `emoteid` = '126' WHERE `id` = '10166';
UPDATE `npc_types` SET `emoteid` = '126' WHERE `id` = '22031';
UPDATE `npc_types` SET `emoteid` = '126' WHERE `id` = '22171';
UPDATE `npc_types` SET `emoteid` = '126' WHERE `id` = '22172';
UPDATE `npc_types` SET `emoteid` = '127' WHERE `id` = '120030';
UPDATE `npc_types` SET `emoteid` = '128' WHERE `id` = '120029';
UPDATE `npc_types` SET `emoteid` = '129' WHERE `id` = '120028';
UPDATE `npc_types` SET `emoteid` = '130' WHERE `id` = '30060';
UPDATE `npc_types` SET `emoteid` = '131' WHERE `id` = '30059';
UPDATE `npc_types` SET `emoteid` = '132' WHERE `id` = '30103';
UPDATE `npc_types` SET `emoteid` = '133' WHERE `id` = '30025';
UPDATE `npc_types` SET `emoteid` = '133' WHERE `id` = '30100';
UPDATE `npc_types` SET `emoteid` = '134' WHERE `id` = '30072';
UPDATE `npc_types` SET `emoteid` = '135' WHERE `id` = '30018';
UPDATE `npc_types` SET `emoteid` = '135' WHERE `id` = '30023';
UPDATE `npc_types` SET `emoteid` = '135' WHERE `id` = '30026';
UPDATE `npc_types` SET `emoteid` = '135' WHERE `id` = '30031';
UPDATE `npc_types` SET `emoteid` = '135' WHERE `id` = '30033';
UPDATE `npc_types` SET `emoteid` = '135' WHERE `id` = '30034';
UPDATE `npc_types` SET `emoteid` = '135' WHERE `id` = '30035';
UPDATE `npc_types` SET `emoteid` = '135' WHERE `id` = '30036';
UPDATE `npc_types` SET `emoteid` = '135' WHERE `id` = '30042';
UPDATE `npc_types` SET `emoteid` = '136' WHERE `id` = '120063';
UPDATE `npc_types` SET `emoteid` = '136' WHERE `id` = '120076';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120004';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120006';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120007';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120014';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120015';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120016';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120017';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120018';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120024';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120025';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120042';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120046';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120056';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120064';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120065';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120073';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120105';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120114';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120117';
UPDATE `npc_types` SET `emoteid` = '137' WHERE `id` = '120120';
UPDATE `npc_types` SET `emoteid` = '138' WHERE `id` = '120057';
UPDATE `npc_types` SET `emoteid` = '139' WHERE `id` = '120086';
UPDATE `npc_types` SET `emoteid` = '140' WHERE `id` = '120005';
UPDATE `npc_types` SET `emoteid` = '141' WHERE `id` = '47076';
UPDATE `npc_types` SET `emoteid` = '141' WHERE `id` = '47077';
UPDATE `npc_types` SET `emoteid` = '141' WHERE `id` = '47127';
UPDATE `npc_types` SET `emoteid` = '141' WHERE `id` = '47128';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47000';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47079';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47081';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47082';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47083';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47084';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47085';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47086';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47087';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47089';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47090';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47091';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47098';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47099';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47101';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47102';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47103';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47104';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47114';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47115';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47116';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47118';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47119';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47120';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47122';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47123';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47124';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47125';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47133';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47134';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47135';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47136';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47137';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47146';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47147';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47148';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47150';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47161';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47164';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47165';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47166';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47167';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47168';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47169';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47174';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47175';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47181';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47182';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47188';
UPDATE `npc_types` SET `emoteid` = '142' WHERE `id` = '47202';
UPDATE `npc_types` SET `emoteid` = '143' WHERE `id` = '47205';
UPDATE `npc_types` SET `emoteid` = '144' WHERE `id` = '78113';
UPDATE `npc_types` SET `emoteid` = '144' WHERE `id` = '78161';
UPDATE `npc_types` SET `emoteid` = '144' WHERE `id` = '78173';
UPDATE `npc_types` SET `emoteid` = '145' WHERE `id` = '10021';
UPDATE `npc_types` SET `emoteid` = '145' WHERE `id` = '10055';
UPDATE `npc_types` SET `emoteid` = '145' WHERE `id` = '10056';
UPDATE `npc_types` SET `emoteid` = '145' WHERE `id` = '10084';
UPDATE `npc_types` SET `emoteid` = '145' WHERE `id` = '10142';
UPDATE `npc_types` SET `emoteid` = '146' WHERE `id` = '10018';
UPDATE `npc_types` SET `emoteid` = '146' WHERE `id` = '10019';
UPDATE `npc_types` SET `emoteid` = '146' WHERE `id` = '10024';
UPDATE `npc_types` SET `emoteid` = '146' WHERE `id` = '10054';
UPDATE `npc_types` SET `emoteid` = '146' WHERE `id` = '10144';
UPDATE `npc_types` SET `emoteid` = '146' WHERE `id` = '10168';
UPDATE `npc_types` SET `emoteid` = '147' WHERE `id` = '10015';
UPDATE `npc_types` SET `emoteid` = '147' WHERE `id` = '10022';
UPDATE `npc_types` SET `emoteid` = '147' WHERE `id` = '10023';
UPDATE `npc_types` SET `emoteid` = '147' WHERE `id` = '10143';
UPDATE `npc_types` SET `emoteid` = '148' WHERE `id` = '10057';
UPDATE `npc_types` SET `emoteid` = '149' WHERE `id` = '10135';
UPDATE `npc_types` SET `emoteid` = '150' WHERE `id` = '10136';
UPDATE `npc_types` SET `emoteid` = '151' WHERE `id` = '10134';
And here is the table itself and all of the emoteid entires:

Code:
DROP TABLE IF EXISTS `npc_emotes`;
CREATE TABLE `npc_emotes` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `emoteid` int(10) unsigned NOT NULL DEFAULT '0',
  `event_` tinyint(3) NOT NULL DEFAULT '0',
  `type` tinyint(3) NOT NULL DEFAULT '0',
  `text` varchar(512) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `emoteid` (`emoteid`,`event_`)
) ENGINE=InnoDB AUTO_INCREMENT=731 DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of npc_emotes
-- ----------------------------
INSERT INTO `npc_emotes` VALUES ('73', '2', '1', '0', 'Your bones will be crushed by the Kromzek of Kael Drakkel!');
INSERT INTO `npc_emotes` VALUES ('78', '1', '1', '0', 'Your bones will be crushed by the Kromrif of Kael Drakkel!');
INSERT INTO `npc_emotes` VALUES ('119', '3', '1', '0', 'I am no warrior but you will pay!');
INSERT INTO `npc_emotes` VALUES ('127', '4', '1', '1', 'growls and lunges at you!');
INSERT INTO `npc_emotes` VALUES ('132', '5', '1', '1', 'grunts at you and rushes in to attack');
INSERT INTO `npc_emotes` VALUES ('133', '5', '0', '1', 'raises his arms triumphantly.');
INSERT INTO `npc_emotes` VALUES ('134', '174019', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('136', '174027', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('138', '174120', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('140', '174164', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('142', '174005', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('144', '174011', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('146', '174007', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('148', '174021', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('149', '174031', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('151', '174032', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('153', '174034', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('155', '174119', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('157', '174118', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('159', '174041', '3', '1', 'falls lifelessly to the ground...');
INSERT INTO `npc_emotes` VALUES ('167', '6', '1', '0', 'I will gut you like a fish when I am done.');
INSERT INTO `npc_emotes` VALUES ('168', '7', '1', '0', 'I will show them all that I am a true Kromrif warrior!');
INSERT INTO `npc_emotes` VALUES ('169', '8', '1', '0', 'Watch carefully as I kill this fool, my students!');
INSERT INTO `npc_emotes` VALUES ('170', '9', '1', '0', 'Only a fool would attack a merchant in the city of Kael Drakkel!');
INSERT INTO `npc_emotes` VALUES ('171', '10', '1', '0', 'I will wash my hands of your blood when I am done!');
INSERT INTO `npc_emotes` VALUES ('172', '11', '1', '0', 'You will not live to regret that!');
INSERT INTO `npc_emotes` VALUES ('173', '12', '2', '1', 'staggers, then falls hard to the ground, whatever animating force it possessed now lost.');
INSERT INTO `npc_emotes` VALUES ('174', '13', '1', '1', 'howls and charges!');
INSERT INTO `npc_emotes` VALUES ('175', '14', '1', '0', 'Death to all!!  None shall get the mallet!!  All shall die!!');
INSERT INTO `npc_emotes` VALUES ('176', '15', '1', '0', 'Areeeeewwwww');
INSERT INTO `npc_emotes` VALUES ('177', '16', '1', '0', 'Run!!  Leave this place at once!!');
INSERT INTO `npc_emotes` VALUES ('178', '17', '7', '0', 'Dig! Dig faster, you fools! Our masters say this ghost is all that stands in the way of the great one\'s return. Uncover his hiding place so that the forces of the Burning Dead might destroy him and recover its legacy!');
INSERT INTO `npc_emotes` VALUES ('179', '18', '1', '1', 'lowers his horn and charges!');
INSERT INTO `npc_emotes` VALUES ('180', '19', '1', '0', 'You have sealed your own fate!');
INSERT INTO `npc_emotes` VALUES ('181', '20', '1', '0', 'You have made your last mistake.');
INSERT INTO `npc_emotes` VALUES ('182', '21', '1', '0', 'How dare you interrupt the games!');
INSERT INTO `npc_emotes` VALUES ('183', '22', '1', '0', 'How dare you take up arms against me!');
INSERT INTO `npc_emotes` VALUES ('184', '23', '1', '0', 'How dare you tread on this holy ground?!');
INSERT INTO `npc_emotes` VALUES ('186', '24', '1', '0', 'You will not defile our temple!');
INSERT INTO `npc_emotes` VALUES ('187', '25', '1', '0', 'You will die a fool\'s death.');
INSERT INTO `npc_emotes` VALUES ('188', '26', '1', '0', 'Rallos, grant me the power to destroy this fool!');
INSERT INTO `npc_emotes` VALUES ('190', '27', '1', '1', 'waves its arms and gibbers incomprehensibly.');
INSERT INTO `npc_emotes` VALUES ('191', '28', '1', '0', 'You are not welcome in Tunares sacred lands!');
INSERT INTO `npc_emotes` VALUES ('192', '29', '1', '1', 'emits a high-pitched screech and dives with its claws extended.');
INSERT INTO `npc_emotes` VALUES ('193', '30', '1', '0', 'The branch has been broken and now shall be burned.  Your ashes shall join the intricate tangle of tales carried by the winds.');
INSERT INTO `npc_emotes` VALUES ('194', '31', '1', '0', 'Puny creature, feel the might of the Kromrif as I crush you into mortar for our walls!');
INSERT INTO `npc_emotes` VALUES ('195', '32', '1', '0', 'Heretic!  Dare you enter our sacred halls?  Your crimes shall not go unpunished.  You shall die for your deeds.');
INSERT INTO `npc_emotes` VALUES ('196', '33', '1', '0', 'More souls for the mistress.');
INSERT INTO `npc_emotes` VALUES ('197', '34', '1', '0', 'The might of the oceans is at my command, and with it I shall end your existence, strange one!!');
INSERT INTO `npc_emotes` VALUES ('198', '34', '4', '0', 'I can\'t wait till the warriors take us out for a swim in the bay!  They say it is too dangerous for us to go out ourselves because of the sharks, buthar, sirens, and that nasty sea dragon Kel...Kelo...Kelorek\'Dar.');
INSERT INTO `npc_emotes` VALUES ('199', '35', '4', '0', 'We must continually give praise to the great Prexus for the blessings he has bestowed upon we Othmir!  It is because of our devotion to the Ocean Lord that our shores will never fail to yield a rich harvest of shell fish!');
INSERT INTO `npc_emotes` VALUES ('200', '35', '1', '0', 'The might of the oceans is at my command, and with it I shall end your existence, strange one!!');
INSERT INTO `npc_emotes` VALUES ('201', '36', '4', '0', 'Welcome strange one! I am on watch duty so I\'m afraid I have not the time to converse. Perhaps when my shift is over we can exchange words over a bowl of spicy clam chowder.');
INSERT INTO `npc_emotes` VALUES ('202', '36', '1', '0', 'The might of the oceans is at my command, and with it I shall end your existence, strange one!!');
INSERT INTO `npc_emotes` VALUES ('203', '37', '1', '0', 'The might of the oceans is at my command, and with it I shall end your existence, strange one!!');
INSERT INTO `npc_emotes` VALUES ('204', '38', '4', '0', 'Excuse me, strange one, for my rudeness, but I must finish collecting the shellfish for tonight\'s feast in time for them to be properly prepared.');
INSERT INTO `npc_emotes` VALUES ('205', '38', '1', '0', 'The might of the oceans is at my command, and with it I shall end your existence, strange one!!');
INSERT INTO `npc_emotes` VALUES ('206', '39', '1', '1', 'begins singing an eerie enchanting song that numbs your senses and clouds your mind.');
INSERT INTO `npc_emotes` VALUES ('207', '40', '1', '0', 'Ugly creature near my feet, me thinks that you\'ll be good to eat!');
INSERT INTO `npc_emotes` VALUES ('208', '41', '1', '0', 'Time to mine fer yer brains!!');
INSERT INTO `npc_emotes` VALUES ('209', '16013', '3', '0', 'Aaargh!!  The picks of Mining Guild 628 shall avenge my death.');
INSERT INTO `npc_emotes` VALUES ('210', '42', '1', '0', 'You have trespassed long enough on Sabertooth land!');
INSERT INTO `npc_emotes` VALUES ('211', '43', '1', '0', 'Grrrr..  <Barkk!!>  No get..  stout!!');
INSERT INTO `npc_emotes` VALUES ('212', '44', '1', '0', 'YAP! YAP! YAP! In the way of my father, I claim your blood for the glory of Blackburrow!! WOOOOOOOF!!');
INSERT INTO `npc_emotes` VALUES ('213', '45', '1', '0', 'Grrr..  <Ruff!!> <Bark!!> <Bark!!>  You\'ll not get him!! \'A baby\'s cry can be heard coming from his backpack\'');
INSERT INTO `npc_emotes` VALUES ('214', '46', '1', '0', 'In the name of the Rainkeeper, I strike at thee!!');
INSERT INTO `npc_emotes` VALUES ('215', '17028', '3', '0', 'You will meet your own doom soon enough, my friend.. my influence with the Knights of Thunder is great, and they will not rest until I am avenged!');
INSERT INTO `npc_emotes` VALUES ('216', '47', '1', '0', 'For the glory of Kaladim, have at thee!!');
INSERT INTO `npc_emotes` VALUES ('217', '47', '0', '0', 'For the glory of Kaladim!! You are no more.');
INSERT INTO `npc_emotes` VALUES ('218', '68117', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('219', '68028', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('220', '68120', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('221', '68107', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('222', '68074', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('223', '68088', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('224', '68110', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('225', '68081', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('226', '68217', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('227', '68118', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('228', '68119', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('229', '68031', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('230', '68069', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('231', '68025', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('232', '68080', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('233', '68209', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('234', '68067', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('235', '68101', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('236', '68077', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('237', '68182', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('238', '68068', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('239', '68047', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('240', '48', '1', '1', 'hisses and strikes!');
INSERT INTO `npc_emotes` VALUES ('241', '49', '1', '0', 'Guards!!  Guards!!');
INSERT INTO `npc_emotes` VALUES ('242', '50', '1', '0', 'Let me release your soul.');
INSERT INTO `npc_emotes` VALUES ('243', '68146', '3', '0', 'Your destiny lies at the hands of the Greenbloods.');
INSERT INTO `npc_emotes` VALUES ('244', '51', '1', '0', 'Die, like a motherless gnoll!');
INSERT INTO `npc_emotes` VALUES ('245', '68075', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('246', '52', '1', '0', 'The blades of the Butcherblock Bandits do not discriminate!!');
INSERT INTO `npc_emotes` VALUES ('247', '68235', '3', '0', 'You shall soon feel the daggers of the Butcherblock Bandits upon your back!!');
INSERT INTO `npc_emotes` VALUES ('248', '53', '1', '0', 'Now you shall know the skill of a member of the Bloodforge Brigade!!');
INSERT INTO `npc_emotes` VALUES ('249', '53', '0', '0', 'Yet another victory for Kaladim and the Bloodforge Brigade!');
INSERT INTO `npc_emotes` VALUES ('250', '54', '1', '0', 'Death!! Death to all who oppose the Crushbone orcs!!');
INSERT INTO `npc_emotes` VALUES ('251', '68168', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('252', '68055', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('253', '68200', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('254', '68169', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('255', '68056', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('256', '68103', '3', '0', 'My brothers of the Stormguard shall avenge me!!  Your days are numbered!');
INSERT INTO `npc_emotes` VALUES ('257', '55', '1', '0', 'Ahhh, money in the bank!');
INSERT INTO `npc_emotes` VALUES ('258', '56', '1', '0', 'Cease and desist!!');
INSERT INTO `npc_emotes` VALUES ('259', '56', '5', '0', 'Another victory for the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('260', '57', '1', '0', 'Hiss..  You cannot hope defeat a Crusader of Greenmist!!');
INSERT INTO `npc_emotes` VALUES ('261', '58', '1', '0', 'Fear the blades of the Iksar!!');
INSERT INTO `npc_emotes` VALUES ('262', '58', '0', '0', 'Another victory for the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('263', '59', '1', '0', 'Begin your prayers, young simpleton!!  Your time on this realm has expired.');
INSERT INTO `npc_emotes` VALUES ('264', '59', '0', '0', 'You are nothing compared to the dark power of the Brood of Kotiz.');
INSERT INTO `npc_emotes` VALUES ('265', '60', '1', '0', 'Troopers!!  Help!!');
INSERT INTO `npc_emotes` VALUES ('266', '60', '5', '0', 'Imagine that!!  A simple Iksar resident defeating an adventurer.  Ha!!  You should have stayed at home and become a humble merchant.  Fool!!');
INSERT INTO `npc_emotes` VALUES ('267', '106028', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('268', '106030', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('269', '106029', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('270', '106025', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('271', '106027', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('272', '106026', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('273', '106031', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('274', '106024', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('275', '106067', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('276', '106068', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('277', '106075', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('278', '106070', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('279', '106062', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('280', '106076', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('281', '106064', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('282', '106074', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('283', '106063', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('284', '106072', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('285', '106071', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('286', '106069', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('287', '106065', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('288', '61', '1', '0', 'The time has come to do you in, to demonstrate the power of Thurgadin!');
INSERT INTO `npc_emotes` VALUES ('289', '62', '1', '0', 'Your blood in the snow will leave a deep stain!  A reminder to all not to cross the Coldain!');
INSERT INTO `npc_emotes` VALUES ('290', '63', '1', '0', 'I\'ll hack at your knees \'till you fall down!  Out of love for the Dain, for the glory of the crown!');
INSERT INTO `npc_emotes` VALUES ('291', '64', '1', '0', 'Rygorr orcs kill in the snow!  We\'ll bash in your face and cut off your toe!!');
INSERT INTO `npc_emotes` VALUES ('292', '65', '1', '0', 'You are the weak that we shall cull!  We\'ll rip off your head and polish your skull!!');
INSERT INTO `npc_emotes` VALUES ('293', '66', '1', '0', 'Crush, maim, kill, and defy!  For dinner tonight, your brains we shall fry!');
INSERT INTO `npc_emotes` VALUES ('294', '67', '1', '0', 'Yer messin with the wrong Coldain, prepare ta meet yer ancestors!');
INSERT INTO `npc_emotes` VALUES ('295', '68', '1', '2', 'Yer messin with the wrong Coldain, prepare ta meet yer ancestors!');
INSERT INTO `npc_emotes` VALUES ('296', '69', '1', '0', 'Take this ya lily livered landlubber!');
INSERT INTO `npc_emotes` VALUES ('297', '69', '5', '0', 'Dead fools tell no tales.');
INSERT INTO `npc_emotes` VALUES ('298', '70', '1', '0', 'We crush you!!  We still be centurions!!');
INSERT INTO `npc_emotes` VALUES ('299', '71', '1', '1', 'glows with power as it begins to chant!');
INSERT INTO `npc_emotes` VALUES ('300', '48085', '3', '1', 'convulses on the ground and dies!');
INSERT INTO `npc_emotes` VALUES ('301', '48021', '3', '1', 'convulses on the ground and dies!');
INSERT INTO `npc_emotes` VALUES ('302', '48101', '3', '1', 'convulses on the ground and dies!');
INSERT INTO `npc_emotes` VALUES ('303', '48086', '3', '1', 'convulses on the ground and dies!');
INSERT INTO `npc_emotes` VALUES ('304', '48048', '3', '1', 'convulses on the ground and dies!');
INSERT INTO `npc_emotes` VALUES ('305', '48032', '3', '1', 'convulses on the ground and dies!');
INSERT INTO `npc_emotes` VALUES ('306', '48029', '3', '1', 'convulses on the ground and dies!');
INSERT INTO `npc_emotes` VALUES ('307', '72', '1', '1', 'attacks you with unnatural strength!');
INSERT INTO `npc_emotes` VALUES ('308', '48015', '3', '1', 'spins and falls to the ground!');
INSERT INTO `npc_emotes` VALUES ('309', '48079', '3', '1', 'spins and falls to the ground!');
INSERT INTO `npc_emotes` VALUES ('310', '48047', '3', '1', 'spins and falls to the ground!');
INSERT INTO `npc_emotes` VALUES ('311', '73', '1', '1', 'attacks with eerie speed!');
INSERT INTO `npc_emotes` VALUES ('312', '48071', '3', '1', 'spins and falls to the ground!');
INSERT INTO `npc_emotes` VALUES ('313', '48026', '3', '1', 'spins and falls to the ground!');
INSERT INTO `npc_emotes` VALUES ('314', '48024', '3', '1', 'spins and falls to the ground!');
INSERT INTO `npc_emotes` VALUES ('315', '74', '1', '1', 'stares at you for a moment and then attacks!');
INSERT INTO `npc_emotes` VALUES ('316', '48113', '3', '0', 'You cannot ssstop the coming of Fear!');
INSERT INTO `npc_emotes` VALUES ('317', '48105', '3', '0', 'You cannot ssstop the coming of Fear!');
INSERT INTO `npc_emotes` VALUES ('318', '48035', '3', '0', 'You cannot ssstop the coming of Fear!');
INSERT INTO `npc_emotes` VALUES ('319', '75', '1', '0', 'Your flesssh will ssserve usss well!');
INSERT INTO `npc_emotes` VALUES ('320', '48067', '3', '1', 'begins to smolder as smoke and slime pours from its scales.');
INSERT INTO `npc_emotes` VALUES ('321', '48019', '3', '1', 'begins to smolder as smoke and slime pours from its scales.');
INSERT INTO `npc_emotes` VALUES ('322', '48055', '3', '0', 'You cannot ssstop the coming of Fear!');
INSERT INTO `npc_emotes` VALUES ('323', '48098', '3', '0', 'You cannot ssstop the coming of Fear!');
INSERT INTO `npc_emotes` VALUES ('324', '76', '1', '1', 'begins to murmur a grotesque incantation...');
INSERT INTO `npc_emotes` VALUES ('325', '48070', '3', '1', 'froths at the mouth as it curls on the ground!');
INSERT INTO `npc_emotes` VALUES ('326', '48007', '3', '1', 'froths at the mouth as it curls on the ground!');
INSERT INTO `npc_emotes` VALUES ('327', '48100', '3', '1', 'froths at the mouth as it curls on the ground!');
INSERT INTO `npc_emotes` VALUES ('328', '48014', '3', '1', 'froths at the mouth as it curls on the ground!');
INSERT INTO `npc_emotes` VALUES ('329', '77', '1', '1', 'lunges towards you with a low hiss!');
INSERT INTO `npc_emotes` VALUES ('330', '48060', '3', '1', 'crumbles to the ground in a spray of reptilian blood!');
INSERT INTO `npc_emotes` VALUES ('331', '48008', '3', '1', 'crumbles to the ground in a spray of reptilian blood!');
INSERT INTO `npc_emotes` VALUES ('332', '78', '1', '1', 'unleashes a barrage of savage attacks!');
INSERT INTO `npc_emotes` VALUES ('333', '48058', '3', '1', 'yells out in pain and falls to the ground!');
INSERT INTO `npc_emotes` VALUES ('334', '48005', '3', '1', 'yells out in pain and falls to the ground!');
INSERT INTO `npc_emotes` VALUES ('335', '79', '1', '1', 'releases a roaring hiss and attacks!');
INSERT INTO `npc_emotes` VALUES ('336', '48091', '3', '1', 'hisses and collapses violently!');
INSERT INTO `npc_emotes` VALUES ('337', '48049', '3', '1', 'hisses and collapses violently!');
INSERT INTO `npc_emotes` VALUES ('338', '48031', '3', '1', 'hisses and collapses violently!');
INSERT INTO `npc_emotes` VALUES ('339', '80', '1', '1', 'waches your movement for a moment and attacks!');
INSERT INTO `npc_emotes` VALUES ('340', '48243', '3', '1', 'scuttles for a moment before curling up');
INSERT INTO `npc_emotes` VALUES ('341', '48117', '3', '1', 'scuttles for a moment before curling up');
INSERT INTO `npc_emotes` VALUES ('342', '81', '1', '1', 'drips its venom and snaps its mandibles at you!');
INSERT INTO `npc_emotes` VALUES ('343', '48073', '3', '1', 'crumbles under the duress of your assault!');
INSERT INTO `npc_emotes` VALUES ('344', '48012', '3', '1', 'crumbles under the duress of your assault!');
INSERT INTO `npc_emotes` VALUES ('345', '82', '1', '1', 'moves towards you with savage momentum!');
INSERT INTO `npc_emotes` VALUES ('346', '48097', '3', '1', 'roars and staggers to the ground!');
INSERT INTO `npc_emotes` VALUES ('347', '48059', '3', '1', 'roars and staggers to the ground!');
INSERT INTO `npc_emotes` VALUES ('348', '48046', '3', '1', 'roars and staggers to the ground!');
INSERT INTO `npc_emotes` VALUES ('349', '48006', '3', '1', 'roars and staggers to the ground!');
INSERT INTO `npc_emotes` VALUES ('350', '48062', '3', '1', 'roars and staggers to the ground!');
INSERT INTO `npc_emotes` VALUES ('351', '48061', '3', '1', 'roars and staggers to the ground!');
INSERT INTO `npc_emotes` VALUES ('352', '48022', '3', '1', 'roars and staggers to the ground!');
INSERT INTO `npc_emotes` VALUES ('353', '48013', '3', '1', 'roars and staggers to the ground!');
INSERT INTO `npc_emotes` VALUES ('354', '83', '1', '1', 'babbles incoherently as it attacks!');
INSERT INTO `npc_emotes` VALUES ('355', '48103', '3', '1', 'sprays black slime from its wounds and mouth!');
INSERT INTO `npc_emotes` VALUES ('356', '48082', '3', '1', 'sprays black slime from its wounds and mouth!');
INSERT INTO `npc_emotes` VALUES ('357', '48010', '3', '1', 'sprays black slime from its wounds and mouth!');
INSERT INTO `npc_emotes` VALUES ('358', '84', '1', '1', 'attacks with incredible precision!');
INSERT INTO `npc_emotes` VALUES ('359', '48028', '3', '1', 'drips black fluid from its eyes and mouth.');
INSERT INTO `npc_emotes` VALUES ('360', '48109', '3', '1', 'drips black fluid from its eyes and mouth.');
INSERT INTO `npc_emotes` VALUES ('361', '85', '1', '1', 'continues to chant as it turns to face you!');
INSERT INTO `npc_emotes` VALUES ('362', '48054', '3', '1', 'falls... black slime pouring from its wounds!');
INSERT INTO `npc_emotes` VALUES ('363', '48083', '3', '1', 'sprays black slime from its wounds and mouth!');
INSERT INTO `npc_emotes` VALUES ('364', '48011', '3', '1', 'sprays black slime from its wounds and mouth!');
INSERT INTO `npc_emotes` VALUES ('365', '48084', '3', '1', 'drips black fluid from its eyes and mouth.');
INSERT INTO `npc_emotes` VALUES ('366', '48009', '3', '1', 'drips black fluid from its eyes and mouth.');
INSERT INTO `npc_emotes` VALUES ('367', '48108', '3', '1', 'falls... black slime pouring from its wounds!');
INSERT INTO `npc_emotes` VALUES ('368', '48053', '3', '1', 'falls... black slime pouring from its wounds!');
INSERT INTO `npc_emotes` VALUES ('369', '86', '1', '0', 'I can tassste your flesssh!');
INSERT INTO `npc_emotes` VALUES ('370', '48036', '3', '1', 'hisses through a mouth full of viscous black slime!');
INSERT INTO `npc_emotes` VALUES ('371', '48089', '3', '1', 'hisses through a mouth full of viscous black slime!');
INSERT INTO `npc_emotes` VALUES ('372', '87', '1', '0', 'Prepare to ssspend an eternity in Fear!');
INSERT INTO `npc_emotes` VALUES ('373', '48115', '3', '0', 'I mussst finisssh the ritual!  I mussst reach the void...');
INSERT INTO `npc_emotes` VALUES ('374', '48080', '3', '0', 'I mussst finisssh the ritual!  I mussst reach the void...');
INSERT INTO `npc_emotes` VALUES ('375', '88', '1', '1', 'reaches for you with its viscid tendril!');
INSERT INTO `npc_emotes` VALUES ('376', '48215', '3', '1', 'explodes into sticky strands of viscous matter!');
INSERT INTO `npc_emotes` VALUES ('377', '89', '1', '1', 'moves with incomprehensible speed and fluidity!');
INSERT INTO `npc_emotes` VALUES ('378', '48001', '3', '1', 'bursts with an acidic splash, causing the ground to smolder!');
INSERT INTO `npc_emotes` VALUES ('379', '48063', '3', '1', 'bursts with an acidic splash, causing the ground to smolder!');
INSERT INTO `npc_emotes` VALUES ('380', '48092', '3', '1', 'bursts with an acidic splash, causing the ground to smolder!');
INSERT INTO `npc_emotes` VALUES ('381', '56', '6', '0', 'Another victory for the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('382', '90', '1', '0', 'You\'re not welcome in Freeport.');
INSERT INTO `npc_emotes` VALUES ('383', '21032', '3', '0', 'Your name shall be added to the most wanted list of the Freeport Militia!!');
INSERT INTO `npc_emotes` VALUES ('384', '21117', '3', '0', 'Your name shall be added to the most wanted list of the Freeport Militia!!');
INSERT INTO `npc_emotes` VALUES ('385', '91', '1', '0', 'Stand where you are, scum!!');
INSERT INTO `npc_emotes` VALUES ('386', '21086', '3', '0', 'Your name shall be added to the most wanted list of the Freeport Militia!!');
INSERT INTO `npc_emotes` VALUES ('387', '21109', '3', '0', 'Your name shall be added to the most wanted list of the Freeport Militia!!');
INSERT INTO `npc_emotes` VALUES ('388', '92', '1', '0', 'I shall show you the pure fury of the Dead!!');
INSERT INTO `npc_emotes` VALUES ('389', '21006', '3', '0', 'Soon you shall learn the extent of the Dead\'s power.  Vengeance shall be theirs.');
INSERT INTO `npc_emotes` VALUES ('390', '93', '1', '0', 'You shall bleed!!  All hail the Deathfist!!');
INSERT INTO `npc_emotes` VALUES ('391', '21039', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('392', '21121', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('393', '21118', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('394', '21096', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('395', '94', '1', '0', 'Centurions!!  Attack!!');
INSERT INTO `npc_emotes` VALUES ('396', '21097', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('397', '21038', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('398', '21026', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('399', '95', '1', '0', 'Come feel the steel of an orc legionnaire!!');
INSERT INTO `npc_emotes` VALUES ('400', '21119', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('401', '21115', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('402', '21005', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('403', '21155', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('404', '21114', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('405', '21113', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('407', '21111', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('409', '21105', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('410', '21104', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('411', '21103', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('412', '21085', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('413', '21083', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('414', '21081', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('415', '21080', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('416', '21023', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('417', '21022', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('418', '21021', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('419', '96', '1', '0', 'Your intolerable reputation insults all in this realm!');
INSERT INTO `npc_emotes` VALUES ('420', '21015', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('421', '21156', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('422', '97', '1', '0', 'There must be hundreds of interlopers in this place of nature, and this one has just crossed paths with terrible fate!');
INSERT INTO `npc_emotes` VALUES ('423', '21029', '3', '0', 'Aaaaagh, not like this!');
INSERT INTO `npc_emotes` VALUES ('424', '98', '5', '0', 'Hardly a worthy adversary.  A member of the Indigo Brotherhood deserves a much better opponent.');
INSERT INTO `npc_emotes` VALUES ('425', '98', '6', '0', 'Hardly a worthy adversary.  A member of the Indigo Brotherhood deserves a much better opponent.');
INSERT INTO `npc_emotes` VALUES ('426', '21141', '3', '0', 'Start digging your grave.  The Indigo Brotherhood shall find you.');
INSERT INTO `npc_emotes` VALUES ('427', '99', '1', '0', 'How dare you!');
INSERT INTO `npc_emotes` VALUES ('428', '21090', '3', '0', 'Aaaaagh, not like this!');
INSERT INTO `npc_emotes` VALUES ('429', '100', '1', '0', 'Guards!  Guards!  Help me!!');
INSERT INTO `npc_emotes` VALUES ('430', '21056', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('431', '101', '1', '0', 'This one will prevent the invader from going forth.');
INSERT INTO `npc_emotes` VALUES ('432', '102', '1', '0', 'Guardians, there is an invader amongst us!  We must destroy them!');
INSERT INTO `npc_emotes` VALUES ('433', '103', '1', '0', 'Foul being, you have trifled with one of the kin and now you will die!');
INSERT INTO `npc_emotes` VALUES ('442', '101', '2', '3', 'The velium golem crumbles to the floor, broken and no longer useful to the shrine.');
INSERT INTO `npc_emotes` VALUES ('444', '104', '1', '0', 'Make ready, you are about to meet your maker!');
INSERT INTO `npc_emotes` VALUES ('445', '114390', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('446', '114197', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('447', '102', '2', '3', 'The lifeless velium figure falls to the ground, unable to serve the shrine any longer');
INSERT INTO `npc_emotes` VALUES ('448', '105', '1', '0', 'Heathen!  Now feel the power of the kin of the shrine!');
INSERT INTO `npc_emotes` VALUES ('449', '114389', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('450', '114196', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('451', '114403', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('452', '114218', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('453', '114217', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('454', '114402', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('455', '103', '2', '0', 'My life is extinguished, but my life force will live on to aid the shrine!');
INSERT INTO `npc_emotes` VALUES ('456', '114180', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('457', '114176', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('458', '114376', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('459', '114175', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('460', '114375', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('461', '114171', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('462', '114372', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('463', '114397', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('464', '114209', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('465', '114398', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('466', '114210', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('467', '114198', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('468', '114392', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('469', '114406', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('470', '114223', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('471', '114084', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('472', '114370', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('473', '114083', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('474', '114369', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('475', '114088', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('476', '114357', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('477', '114077', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('478', '114358', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('479', '114081', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('480', '114354', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('481', '114079', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('482', '114068', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('483', '114353', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('484', '114074', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('485', '114364', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('486', '114071', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('487', '114363', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('488', '114362', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('489', '114073', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('490', '114072', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('491', '114361', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('492', '114059', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('493', '114350', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('494', '114055', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('495', '114344', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('496', '114054', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('497', '114345', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('498', '114160', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('499', '114326', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('500', '114159', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('501', '114325', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('502', '114144', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('503', '114300', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('504', '114143', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('505', '114145', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('506', '114301', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('507', '114150', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('508', '114151', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('509', '114318', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('510', '114319', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('511', '114152', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('512', '114312', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('513', '114311', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('514', '114310', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('515', '114309', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('516', '114122', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('517', '114117', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('518', '114116', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('519', '114315', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('520', '114313', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('521', '114121', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('522', '114120', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('523', '114118', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('524', '114303', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('525', '114302', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('526', '114147', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('527', '114146', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('528', '114104', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('529', '114112', '3', '0', 'This atrocity will not go unpunished.');
INSERT INTO `npc_emotes` VALUES ('530', '106', '1', '0', 'Foolish mortal!  How dare you try to disturb the sanctity of the shrine!');
INSERT INTO `npc_emotes` VALUES ('531', '106', '2', '3', 'The massive wurm corpse falls to the ground with a great thud, no remaining air left in its lungs.');
INSERT INTO `npc_emotes` VALUES ('532', '114103', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('533', '114298', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('534', '114297', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('535', '114142', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('536', '114299', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('537', '114102', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('538', '114101', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('539', '114296', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('541', '114108', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('542', '114094', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('543', '114289', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('544', '114093', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('545', '114288', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('546', '114092', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('547', '114287', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('548', '114091', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('549', '114286', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('550', '114090', '3', '0', 'My lord, forgive me for I have failed you.');
INSERT INTO `npc_emotes` VALUES ('551', '107', '1', '0', 'You dare question the might of the Shrine!?');
INSERT INTO `npc_emotes` VALUES ('552', '108', '1', '0', 'You are no match for a legionnaire!!');
INSERT INTO `npc_emotes` VALUES ('553', '58054', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('554', '58045', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('555', '58036', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('556', '58026', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('557', '58008', '3', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('558', '109', '1', '0', 'Pardon me.  Is that my dagger in your back!!');
INSERT INTO `npc_emotes` VALUES ('559', '109', '2', '0', 'You shall soon feel the daggers of the Butcherblock Bandits upon your back!!');
INSERT INTO `npc_emotes` VALUES ('560', '110', '1', '0', 'Centurions!!  Legionnaires!!  Come join the fight!');
INSERT INTO `npc_emotes` VALUES ('561', '110', '2', '0', 'You shall have all the Crushbone orc legions on your tail for my death!');
INSERT INTO `npc_emotes` VALUES ('562', '111', '1', '0', 'AARRGGHH!  Thieves!  Your blood shall run like the veins of velium in these caverns!');
INSERT INTO `npc_emotes` VALUES ('563', '112', '1', '0', 'We have defended these walls against the vermin from below, you will be shown that very same defeat!');
INSERT INTO `npc_emotes` VALUES ('564', '113', '1', '0', 'Natural selection at work.');
INSERT INTO `npc_emotes` VALUES ('565', '15048', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('566', '15142', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('567', '15121', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('568', '15120', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('569', '15119', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('570', '15050', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('571', '15049', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('572', '15114', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('573', '15092', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('574', '15079', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('575', '15026', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('576', '15023', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('577', '114', '1', '0', 'bark, bark, bark!!!');
INSERT INTO `npc_emotes` VALUES ('578', '115', '1', '0', 'Broon will crush you like little pumpkin. Bwahaha!!');
INSERT INTO `npc_emotes` VALUES ('579', '15051', '3', '0', 'ARGH!! You will pay, tiny thing!! My big brother Droon will make you dead! And if pap Proon gets you.. argh.. you will stain on his feets.. argh.');
INSERT INTO `npc_emotes` VALUES ('580', '116', '1', '0', 'For the glory of Zek!  Attack!!');
INSERT INTO `npc_emotes` VALUES ('581', '117', '7', '2', 'We come for you, fools. Your reign of weakness over the powers of the land comes to an end now!');
INSERT INTO `npc_emotes` VALUES ('582', '15138', '3', '0', 'Ugh.. You beat Droon. You am strong little thing.. Argh..');
INSERT INTO `npc_emotes` VALUES ('583', '118', '1', '0', 'Slay the hairless ones!');
INSERT INTO `npc_emotes` VALUES ('584', '15076', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('585', '15157', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('586', '15123', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('587', '15179', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('588', '15155', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('589', '15124', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('590', '15047', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('591', '15175', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('592', '15152', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('593', '15127', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('594', '15113', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('595', '15181', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('596', '15146', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('597', '15060', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('598', '15141', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('599', '15173', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('600', '15046', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('601', '15057', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('602', '15163', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('603', '15128', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('604', '119', '1', '0', 'Squire Wimbley!!  Quickly to my side!!');
INSERT INTO `npc_emotes` VALUES ('605', '15045', '3', '0', 'The people of the Plains of Karana will avenge my death!');
INSERT INTO `npc_emotes` VALUES ('606', '119', '4', '0', '\"Hail, traveler! Might I escort you through to Highpass? The path ahead is filled with giants and many other hungry beasts. I assure you, you will be safe with me. I must admit, I am quite experienced in the ways of the warrior. Do you [wish an escort] or will you [travel alone]?');
INSERT INTO `npc_emotes` VALUES ('607', '120', '4', '0', 'Hello! Good to meet you. The road ahead is full of all sorts of nasty creatures. If I were you. I would speak with my master. Sir Morgan.\"');
INSERT INTO `npc_emotes` VALUES ('608', '121', '1', '1', 'curls his lip and draws his blades in a professional, intimidating quickness, \'You will soon know to regret the arrogance of your ways, little one -- and how unfortunate that your regret will be so short lived in the last seconds of your life.\'');
INSERT INTO `npc_emotes` VALUES ('609', '15034', '3', '1', 'drops his weapons and gives a brief, muffled growl that sprays a light mist of blood from his lips as he falls dead to the ground.');
INSERT INTO `npc_emotes` VALUES ('610', '122', '4', '1', 'stares in contemplation at the landscape.');
INSERT INTO `npc_emotes` VALUES ('611', '123', '1', '0', 'That\'s it, swine!  You\'re outta here!');
INSERT INTO `npc_emotes` VALUES ('612', '22159', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('613', '22131', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('614', '22059', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('615', '22146', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('616', '22057', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('617', '22063', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('618', '22144', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('619', '22166', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('620', '22064', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('621', '22147', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('622', '22177', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('623', '22066', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('624', '22178', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('625', '22168', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('626', '22071', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('627', '22035', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('628', '22160', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('629', '22145', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('630', '22065', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('631', '22167', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('632', '22151', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('633', '22049', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('634', '22173', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('635', '22150', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('636', '22050', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('637', '22185', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('638', '22182', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('639', '22051', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('640', '124', '4', '0', 'Hail! I\'d love to stop and chat with ya but I\'m running late to an appointment in Freeport with a fletcher interested in my superior wooden shafts.');
INSERT INTO `npc_emotes` VALUES ('641', '22067', '3', '0', 'My comrades will avenge my death.');
INSERT INTO `npc_emotes` VALUES ('642', '125', '1', '0', 'Death to all who oppose Innoruuk\'s will!!');
INSERT INTO `npc_emotes` VALUES ('643', '22196', '3', '0', 'Innoruuk has seen what you have done. His hate, along with the Dismal Rage, will find you.');
INSERT INTO `npc_emotes` VALUES ('644', '22165', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('645', '22149', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('646', '22142', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('647', '22055', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('648', '22053', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('649', '22022', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('650', '126', '1', '0', 'For the glory of the Deathfist Magistrate, your blood shall run!!');
INSERT INTO `npc_emotes` VALUES ('651', '126', '2', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('652', '22179', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('653', '22143', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('654', '22052', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('655', '22005', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('656', '22155', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('657', '127', '1', '0', 'Ye be messin with the wrong dwarf!  I\'ll smash ye\'r head in like a ripe marr cherry!');
INSERT INTO `npc_emotes` VALUES ('658', '120030', '3', '0', 'Argh!  I shall be rewarded in the Kingdom of Brell for my victories over the children of Veeshan!');
INSERT INTO `npc_emotes` VALUES ('659', '120031', '3', '0', 'This can not be!  I have been bested by a ! Rallos forgive me!  I have failed you!');
INSERT INTO `npc_emotes` VALUES ('660', '128', '1', '0', 'Not even the dragons of Velious can content with my mastery of the elements!  Prepare to meet your fate, fool!');
INSERT INTO `npc_emotes` VALUES ('661', '120029', '3', '0', 'No!  It must..not..end..like this!');
INSERT INTO `npc_emotes` VALUES ('662', '129', '1', '0', 'I\'ll smash you with my savage fists!');
INSERT INTO `npc_emotes` VALUES ('663', '120028', '3', '0', 'Ungh.. I go now to join the spirits.');
INSERT INTO `npc_emotes` VALUES ('664', '130', '4', '0', 'My word!! I cannot believe how cold it is out here. I must keep running around just to keep warm.');
INSERT INTO `npc_emotes` VALUES ('665', '130', '1', '0', 'For the glory o\' the Wolves!!');
INSERT INTO `npc_emotes` VALUES ('666', '130', '6', '0', 'Fer Halas!! One more victory fer the Wolves o\' the North!!');
INSERT INTO `npc_emotes` VALUES ('667', '30060', '3', '0', 'The Wolves o\' the North shall track ye down and avenge me death.');
INSERT INTO `npc_emotes` VALUES ('668', '131', '4', '0', 'H-ha.. H-hai.. Hail!! It is v-v-very.. C-cold out here. You sh-sh-should light a c-c-campfire.');
INSERT INTO `npc_emotes` VALUES ('669', '132', '1', '0', 'Great Tribunal, help me to smite this foe!!');
INSERT INTO `npc_emotes` VALUES ('670', '133', '1', '0', 'You dare insult an IceBear?!');
INSERT INTO `npc_emotes` VALUES ('671', '134', '4', '0', 'Brrrrrr!! Grr.. Grreetings. It is freezing out here!!');
INSERT INTO `npc_emotes` VALUES ('672', '135', '1', '0', 'Orc stomp, orc kill - orc weapons, your blood will spill.');
INSERT INTO `npc_emotes` VALUES ('673', '136', '1', '0', 'Eeeeeraaaaaaawwwwwwwk!');
INSERT INTO `npc_emotes` VALUES ('674', '137', '1', '0', 'You should not have dared!');
INSERT INTO `npc_emotes` VALUES ('675', '120007', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('676', '138', '1', '0', 'I have no time for this foolishness!  Die quickly, so that I may continue my search.');
INSERT INTO `npc_emotes` VALUES ('677', '120114', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('678', '120105', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('679', '120015', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('680', '120014', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('681', '139', '1', '0', 'Why do you even bother to challenge our power?  You can not win.');
INSERT INTO `npc_emotes` VALUES ('682', '120086', '3', '0', 'How?  How did you defeat me?  Perhaps the Claws were right?  Mother Veeshan, forgive my foolishness!');
INSERT INTO `npc_emotes` VALUES ('683', '120018', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('684', '120017', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('685', '120016', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('686', '120120', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('687', '140', '1', '0', 'Oh ho!  The insects try to sting me!  I shall dine well this day!');
INSERT INTO `npc_emotes` VALUES ('688', '120117', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('689', '120006', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('690', '120024', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('691', '120025', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('692', '120042', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('693', '120073', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('694', '120004', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('695', '120046', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('696', '120057', '3', '0', 'My son, I have failed you!');
INSERT INTO `npc_emotes` VALUES ('697', '120065', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('698', '120064', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('699', '141', '1', '0', 'Bouncer smash you!!');
INSERT INTO `npc_emotes` VALUES ('700', '141', '5', '0', 'Ha!! Bouncers best. I am victorioo.. Victer.. I win!!');
INSERT INTO `npc_emotes` VALUES ('701', '141', '6', '0', 'Ha!! Bouncers best. I am victorioo.. Victer.. I win!!');
INSERT INTO `npc_emotes` VALUES ('702', '142', '1', '0', 'Errrrrr.  Die soft skin!');
INSERT INTO `npc_emotes` VALUES ('703', '143', '2', '3', 'Yekan the Weaver materializes before you. It seems to make a quick appraisal of you before fading from your sight.');
INSERT INTO `npc_emotes` VALUES ('704', '120056', '3', '0', 'You will pay, and pay dearly, for this.  The Claws will exterminate you.');
INSERT INTO `npc_emotes` VALUES ('705', '78072', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('706', '78071', '3', '0', 'Ha ha!!  Fool..  The Crusaders of Greenmist shall torture you to death!!  Ha ha!!');
INSERT INTO `npc_emotes` VALUES ('707', '78103', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('708', '78076', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('709', '78020', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('710', '78073', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('711', '78075', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('712', '78069', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('713', '78074', '3', '0', 'You have not won.  Consider yourself wanted by the Legion of Cabilis.');
INSERT INTO `npc_emotes` VALUES ('714', '144', '1', '0', 'Halt!!  Who goes there?');
INSERT INTO `npc_emotes` VALUES ('715', '145', '1', '0', 'Stand where you are, scum!!');
INSERT INTO `npc_emotes` VALUES ('716', '145', '5', '0', 'Let your death be a warning to all who dare oppose the Freeport Militia!');
INSERT INTO `npc_emotes` VALUES ('717', '145', '6', '0', 'Let your death be a warning to all who dare oppose the Freeport Militia!');
INSERT INTO `npc_emotes` VALUES ('718', '146', '1', '0', 'You\'re not welcome in Freeport');
INSERT INTO `npc_emotes` VALUES ('719', '146', '5', '0', 'Let your death be a warning to all who dare oppose the Freeport Militia!');
INSERT INTO `npc_emotes` VALUES ('720', '146', '6', '0', 'Let your death be a warning to all who dare oppose the Freeport Militia!');
INSERT INTO `npc_emotes` VALUES ('721', '147', '1', '0', 'Die, dog!!');
INSERT INTO `npc_emotes` VALUES ('722', '147', '5', '0', 'Let your death be a warning to all who dare oppose the Freeport Militia!');
INSERT INTO `npc_emotes` VALUES ('723', '147', '6', '0', 'Let your death be a warning to all who dare oppose the Freeport Militia!');
INSERT INTO `npc_emotes` VALUES ('724', '148', '1', '1', 'smacks the flat of his blade against the palm of his hand and says, \'You want a taste of this, ?!!\'');
INSERT INTO `npc_emotes` VALUES ('725', '148', '5', '1', 'smirks and shakes his head.  \'That\'s what you get for messing with the Freeport Militia!!\'');
INSERT INTO `npc_emotes` VALUES ('726', '148', '6', '1', 'smirks and shakes his head.  \'That\'s what you get for messing with the Freeport Militia!!\'');
INSERT INTO `npc_emotes` VALUES ('727', '149', '1', '0', 'That was not a very intelligent thing to do.');
INSERT INTO `npc_emotes` VALUES ('728', '150', '1', '0', 'Prepare to bleed!!');
INSERT INTO `npc_emotes` VALUES ('729', '10002', '3', '0', 'Aaarrghh!!  The Deathfist shall hunt you down.  My death will not go unnoticed.');
INSERT INTO `npc_emotes` VALUES ('730', '151', '1', '1', 'rattles and strikes!');
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:01 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3