Adapting Appearance Stone system from L2jServer.
This commit is contained in:
6
trunk/dist/tools/sql/game/item_variables.sql
vendored
Normal file
6
trunk/dist/tools/sql/game/item_variables.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `item_variables` (
|
||||
`id` int(10) UNSIGNED NOT NULL,
|
||||
`var` varchar(255) NOT NULL,
|
||||
`val` text NOT NULL,
|
||||
KEY `charId` (`id`)
|
||||
);
|
Reference in New Issue
Block a user