AscentWorld
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 Latest SQL updates

Go down 
AuthorMessage
Rouslan
The One
The One
Rouslan


Posts : 65
Join date : 2008-03-20
Location : Your BIOS

Latest SQL updates Empty
PostSubject: Latest SQL updates   Latest SQL updates EmptyThu Mar 20, 2008 8:22 pm

All updates in 1 File.

Latest SQl updates in one

SQL file

-------- For revisions 4042 + -----------------
[FIX] World_Quest


Query

Quote :
ALTER TABLE `quests` ADD COLUMN `RequiredTradeskillValue` INT(5) UNSIGNED DEFAULT 0 NOT NULL AFTER `RequiredTradeskill`;

[FIX] World_Totem_Spells
Quote :
UPDATE totemspells set castspell1=39610 WHERE spell=16190;

[FIX] World_disenchantingloot

Quote :
DROP TABLE IF EXISTS `disenchantingloot`;
CREATE TABLE `disenchantingloot` (
`index` int(11) NOT NULL AUTO_INCREMENT,
`entryid` int(11) unsigned NOT NULL DEFAULT '0',
`itemid` int(11) unsigned NOT NULL DEFAULT '25',
`percentchance` float NOT NULL DEFAULT '0',
`heroicpercentchance` float DEFAULT '0',
`mincount` int(30) DEFAULT '1',
`maxcount` int(30) DEFAULT '1',
`ffa_loot` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

[FIX] World_ProspectingLoot
Quote :
DROP TABLE IF EXISTS `prospectingloot`;
CREATE TABLE `prospectingloot` (
`index` int(11) NOT NULL AUTO_INCREMENT,
`entryid` int(11) unsigned NOT NULL DEFAULT '0',
`itemid` int(11) unsigned NOT NULL DEFAULT '25',
`percentchance` float NOT NULL DEFAULT '0',
`heroicpercentchance` float DEFAULT '0',
`mincount` int(30) DEFAULT '1',
`maxcount` int(30) DEFAULT '1',
`ffa_loot` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Back to top Go down
https://ascentworld.forumotion.com
 
Latest SQL updates
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
AscentWorld :: Ascent Support :: SQL Updates-
Jump to: