View Single Post
  #8  
Old 07-17-2013, 01:56 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Quote:
Originally Posted by CruelCahal View Post
I'm using the daily build from today and the PEQ already has the liasons set to class type "71".
Check to make sure you sourced your database correctly, because PEQ has no NPCs with class 71 in the database, and hasn't for a while.

Code:
mysql> select count(*) from npc_types where class = 71;
+----------+
| count(*) |
+----------+
|        0 |
+----------+
1 row in set (0.26 sec)
That's right from the gameserver which is what dumps the daily database.
Reply With Quote