Quote:
Originally Posted by CruelCahal
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.