svn -> git Migration

This commit is contained in:
KimLS
2013-02-16 16:14:39 -08:00
parent 88c9715fb0
commit da7347f76f
1174 changed files with 445622 additions and 0 deletions
@@ -0,0 +1,7 @@
UPDATE `pets` SET `npcID`=682 WHERE `type`='SwarmPetDG1' LIMIT 1;
UPDATE `pets` SET `npcID`=683 WHERE `type`='SwarmPetDG2' LIMIT 1;
UPDATE `pets` SET `npcID`=684 WHERE `type`='SwarmPetDG3' LIMIT 1;
UPDATE `npc_types` SET `id`=682 WHERE `id`=678 && `name`='SwarmPetDG1' LIMIT 1;
UPDATE `npc_types` SET `id`=683 WHERE `id`=679 && `name`='SwarmPetDG2' LIMIT 1;
UPDATE `npc_types` SET `id`=684 WHERE `id`=680 && `name`='SwarmPetDG3' LIMIT 1;