Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #435 from project-topaz/fix-nekros
Browse files Browse the repository at this point in the history
Fix Nekros Hound
  • Loading branch information
zircon-tpl authored Mar 26, 2020
2 parents 5b82b1f + 4b0beba commit c3dbc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mob_groups.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11986,7 +11986,7 @@ INSERT INTO `mob_groups` VALUES (28,5407,195,'Ka4',960,0,2884,0,0,52,54,0);
INSERT INTO `mob_groups` VALUES (29,3945,195,'Tomb_Wolf',960,0,2887,0,0,53,55,0);
INSERT INTO `mob_groups` VALUES (30,876,195,'Cwn_Cyrff',0,32,2886,0,0,68,68,0);
INSERT INTO `mob_groups` VALUES (31,4112,195,'Utukku',960,0,2529,0,0,55,57,0);
INSERT INTO `mob_groups` VALUES (32,1898,195,'Hati',330,0,0,0,0,91,95,0);
INSERT INTO `mob_groups` VALUES (32,6099,195,'Nekros_Hound',960,0,1297,0,0,93,95,0);
INSERT INTO `mob_groups` VALUES (33,918,195,'Dark_Stalker',960,0,570,0,0,57,59,0);
INSERT INTO `mob_groups` VALUES (34,5410,195,'Dark_Stalker',960,0,570,0,5000,57,59,0);
INSERT INTO `mob_groups` VALUES (35,5412,195,'Dark_Stalker',960,0,570,0,5000,57,59,0);
Expand Down
1 change: 1 addition & 0 deletions sql/mob_pools.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6138,6 +6138,7 @@ INSERT INTO `mob_pools` VALUES (6095,'Mountain_Worm','Mountain_Worm',258,0x0000A
INSERT INTO `mob_pools` VALUES (6096,'Frost_Flambeau','Frost_Flambeau',232,0x0000160100000000000000000000000000000000,4,1,7,240,100,0,1,0,0,2,17,0,601,131,0,0,307,1,0,232);
INSERT INTO `mob_pools` VALUES (6097,'Ophiotaurus','Ophiotaurus',459,0x00006A0B00000000000000000000000000000000,1,1,7,200,100,0,1,1,1,0,0,0,1,129,4,0,0,1,0,1009);
INSERT INTO `mob_pools` VALUES (6098,'Siren','Siren',44,0x0000320A00000000000000000000000000000000,1,1,7,200,100,0,1,1,1,0,0,32,131,129,0,0,0,0,0,1010);
INSERT INTO `mob_pools` VALUES (6099,'Nekros_Hound','Nekros_Hound',143,0x00006C0100000000000000000000000000000000,1,1,3,240,100,0,1,0,0,0,0,0,396,133,0,0,0,1,0,143);

/*
`poolid` int(10) unsigned NOT NULL,
Expand Down

0 comments on commit c3dbc60

Please sign in to comment.