Skip to content
Snippets Groups Projects
Commit 20b90230 authored by MELERIX's avatar MELERIX
Browse files

No commit message

No commit message
parent de710333
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS `custom_npc_elementals` (
PRIMARY KEY (`npc_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `custom_npc_elementals` VALUES
INSERT IGNORE INTO `custom_npc_elementals` VALUES
(50007,0,0,20,20,20,20,20,20),
(70010,0,0,20,20,20,20,20,20),
(1000003,0,0,20,20,20,20,20,20),
......
......@@ -26,7 +26,7 @@ CREATE TABLE IF NOT EXISTS `custom_npcaidata` (
PRIMARY KEY (`npcId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `custom_npcaidata` VALUES
INSERT IGNORE INTO `custom_npcaidata` VALUES
(50007,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'),
(70010,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'),
(1000003,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment