Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #1  
Old 05-28-2009, 02:39 PM
Snoopdog
Sarnak
 
Join Date: Sep 2004
Posts: 31
Default Small typo in SVN

I was running the updated sql from the instancing branch and noticed a semicolon missing, I guess I cannot change it so someone else will have to. It is missing in the file instance_branch_table_changes.sql I imagine it happened during a copy/paste. I imagine it is no big deal if you do each line one at a time, but trying to do them sequentially it will fail.

CREATE TABLE `adventure_details` (
`id` int(10) unsigned NOT NULL auto_increment,
`adventure_id` smallint(5) unsigned NOT NULL,
`instance_id` int(11) NOT NULL default '-1',
`count` smallint(5) unsigned NOT NULL default '0',
`status` tinyint(3) unsigned NOT NULL default '0',
`time_created` int(10) unsigned NOT NULL default '0',
`time_zoned` int(10) unsigned NOT NULL default '0',
`time_completed` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8

Also on line

ALTER TABLE `doors` ADD `is_ldon_door` TINYINT UNSIGNED DEFAULT '0' NOT NULL AFTER `dest_heading`
Reply With Quote
  #2  
Old 05-28-2009, 05:07 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Yeah, I sent KLS a PM about the first missing semicolon yesterday morning.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:25 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3