Hey, i’ve tried to create a weapon with hotfixes database in rev https://github.com/TrinityCore/TrinityCore/commit/650ab693a8366847d7db8bd8443b3b4aaf99ff85
The item is created with all properties (quality, levelitem, description, name, icon), but there is no visual ingame.
You can only see the visual of the weapon, on the character selection screen
Create item with hotfixes work perfectly in wod 6.2.3 version
SQL code for the weapon :
https://ghostbin.com/paste/g4a4o
Your sql does not have column names - column order changed in 6.2.4 to 7.0.3 transition so if you were using that exact sql file for both versions then it will not work
II have checked this earlier, colum order changed and i change the SQL query, so nothing is wrong with it
Btw i forgot to post screens :
(Yes it’s a DH, i have made custom modifications for allowing items for all, but i’ve also tried with a human male warrior, same problem)
http://img4.hostingpics.net/pics/989817weapon1.png
http://img4.hostingpics.net/pics/563979weapon2.png
You can only see the weapon on the character menu, not ingame.
I have checked the hotfix.tbl in the Cache/ADB folder, and the four hotfixes are send to the client.
Reeshk
August 23, 2016, 5:18pm
4
Hello, i have the same problem