root/trunk/sql/updates/0.6/2688_playercreateinfo.sql @ 2

Revision 2, 264 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1ALTER TABLE `playercreateinfo`
2  DROP `BaseStrength`,
3  DROP `BaseAgility`,
4  DROP `BaseStamina`,
5  DROP `BaseIntellect`,
6  DROP `BaseSpirit`,
7  DROP `BaseArmor`,
8  DROP `BaseHealth`,
9  DROP `BaseMana`,
10  DROP `BaseRage`,
11  DROP `BaseFocus`,
12  DROP `BaseEnergy`;
13       
Note: See TracBrowser for help on using the browser.