mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
svn -> git Migration
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user