I downloaded 11.0 server from tibiaservers and got this message at phpmyadmin after importing sql:
SQL query:
ALTER TABLE
ADD CONSTRAINT
MySQL said:
#1452 - Cannot add or update a child row: a foreign key constraint fails (
I use uniserver. TFS 1.2 and windows.
Other question is wich client i need to use and where to get it? Do i need ip changer? I had long time ago 8.6 server so 11.0 is really new to me..
SQL query:
ALTER TABLE
player_itemsADD CONSTRAINT
player_items_ibfk_1 FOREIGN KEY (player_id) REFERENCES players (id) ON DELETE CASCADEMySQL said:

#1452 - Cannot add or update a child row: a foreign key constraint fails (
tibiafin.#sql-e20_44, CONSTRAINT player_items_ibfk_1 FOREIGN KEY (player_id) REFERENCES players (id) ON DELETE CASCADE)I use uniserver. TFS 1.2 and windows.
Other question is wich client i need to use and where to get it? Do i need ip changer? I had long time ago 8.6 server so 11.0 is really new to me..