EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=598)
-   -   Column dynamics in table launcer? (https://www.eqemulator.org/forums/showthread.php?t=40968)

Thalix 10-13-2016 01:50 AM

Column dynamics in table launcer?
 
For what exactly is the column "dynamics" in the table "launcher"?

Code:

CREATE TABLE IF NOT EXISTS `launcher` (
  `name` varchar(64) NOT NULL DEFAULT '',
  `dynamics` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY (`name`)
) ENGINE=MyISAM


ghanja 10-13-2016 11:22 AM

The number of dynamic zones available, along with any static ones listed in the launcher_zone table


All times are GMT -4. The time now is 02:57 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.