Mjmackan
Mapper ~ Writer
Hey, using TFS 1.4.2 with the Aura/Wings/Shaders system following Gesiors commit:
github.com
But I cannot get around saving either aura, shader or wings, when i relog my character everything is removed.
I manually added this to make sure it got added and verified its there.

auras, shaders and wings + mounts · gesior/auras-shaders-wings-mounts@84f01e1
Contribute to gesior/auras-shaders-wings-mounts development by creating an account on GitHub.
But I cannot get around saving either aura, shader or wings, when i relog my character everything is removed.
I manually added this to make sure it got added and verified its there.
SQL:
db.query("ALTER TABLE `players` ADD `lookaura` INT(10) NOT NULL DEFAULT '0' AFTER `lookaddons`")
db.query("ALTER TABLE `players` ADD `lookshader` INT(10) NOT NULL DEFAULT '0' AFTER `lookaura`")
db.query("ALTER TABLE `players` ADD `lookwings` INT(10) NOT NULL DEFAULT '0' AFTER `lookshader`")


