New pledge related implementations.
Contributed by iDesy.
This commit is contained in:
6
L2J_Mobius_Essence_5.0_Sylph/dist/db_installer/sql/game/character_pledge_donation.sql
vendored
Normal file
6
L2J_Mobius_Essence_5.0_Sylph/dist/db_installer/sql/game/character_pledge_donation.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP TABLE IF EXISTS `character_pledge_donation`;
|
||||
CREATE TABLE IF NOT EXISTS `character_pledge_donation` (
|
||||
`charId` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`points` int(10) UNSIGNED NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`charId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
Reference in New Issue
Block a user