Offline Shop Bug!

05/14/2018 15:40 Reno31#1
Hello, i have offline shop bug here is systerr:

SYSERR: May 14 16:39:37 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'player.offline_shop_npc' doesn't exist
query: SELECT COUNT(*) FROM offline_shop_npc WHERE owner_id = 31280

-Thanks.
05/14/2018 16:01 Mr. 'Avenue™#2
You have to create the table "offline_shop_npc" in database "player".
05/14/2018 16:33 Reno31#3
I did, again not work, so which type need to be the table?

When i try to save the new file "offline_shop_npc" say error message:

"1146 - Table 'player.offline_shop_npc' doesn't exist
05/17/2018 04:16 Trajce123456#4
How to fix this?
05/17/2018 15:17 gamehacker1#5
Quote:
Originally Posted by Reno31 View Post
I did, again not work, so which type need to be the table?

When i try to save the new file "offline_shop_npc" say error message:

"1146 - Table 'player.offline_shop_npc' doesn't exist
because you dont have the table offline_shop_npc
05/17/2018 15:44 Trajce123456#6
Did someone have this table?
05/19/2018 04:05 Ex0dia#7
Hi,

you should check the source code.
Try to search for 'offline_shop_npc' and then check what columns are needed.

Kind regards
Ex0dia
05/20/2018 01:19 Reno31#8
Ex0dia Thanks i fixed