mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
*HG 681.
--HG-- branch : trunk
This commit is contained in:
@@ -3,11 +3,6 @@ CREATE TABLE `saved_variables` (
|
||||
`NextArenaPointDistributionTime` bigint(40) UNSIGNED NOT NULL DEFAULT '0'
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Variable Saves';
|
||||
|
||||
ALTER TABLE arena_team_member CHANGE games_week played_week int(10) unsigned NOT NULL default '0';
|
||||
ALTER TABLE arena_team_member CHANGE wins_week wons_week int(10) unsigned NOT NULL default '0';
|
||||
ALTER TABLE arena_team_member CHANGE games_season played_season int(10) unsigned NOT NULL default '0';
|
||||
ALTER TABLE arena_team_member CHANGE wins_season wons_season int(10) unsigned NOT NULL default '0';
|
||||
|
||||
ALTER TABLE `arena_team_member` DROP COLUMN `points_to_add`;
|
||||
ALTER TABLE `arena_team_member` ADD COLUMN `personal_rating` int(10) UNSIGNED NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `characters` ADD COLUMN `arena_pending_points` int(10) UNSIGNED NOT NULL default '0' AFTER `taxi_path`;
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
ALTER TABLE characters
|
||||
CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0';
|
||||
@@ -163,4 +163,4 @@ INSERT INTO `spell_script_target` VALUES
|
||||
(46852,0,181605), -- Ribbon Pole Music
|
||||
(46896,0,181605),
|
||||
(47104,1,26401),
|
||||
(49058,1,24968); -- Rocket Bot Attack
|
||||
(49058,1,24968); -- Rocket Bot Attack
|
||||
|
||||
1
sql/updates/678_world_scripts.sql
Normal file
1
sql/updates/678_world_scripts.sql
Normal file
@@ -0,0 +1 @@
|
||||
update creature_template set scriptname='npc_deathstalker_erland' where entry=1978;
|
||||
Reference in New Issue
Block a user