server/sql/updates/0.7/3553_creature_onkill_reputation.sql
freghar 95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00

6 lines
419 B
SQL

ALTER TABLE `creature_onkill_reputation`
CHANGE COLUMN `MaxStanding1` `MaxStanding1` tinyint(1) default '0',
CHANGE COLUMN `IsTeamAward1` `IsTeamAward1` tinyint(1) default '0',
CHANGE COLUMN `MaxStanding2` `MaxStanding2` tinyint(1) default '0',
CHANGE COLUMN `IsTeamAward2` `IsTeamAward2` tinyint(1) default '0',
ADD COLUMN `TeamDependent` tinyint(1) unsigned NOT NULL default '0' AFTER `RewOnKillRepValue2`;