· 8 years ago · Feb 08, 2018, 09:44 PM
1-- --------------------------------------------------------
2-- Host: logon.strong-wow.com
3-- Server version: 10.2.11-MariaDB - mariadb.org binary distribution
4-- Server OS: Win64
5-- HeidiSQL Version: 9.4.0.5125
6-- --------------------------------------------------------
7
8/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
9/*!40101 SET NAMES utf8 */;
10/*!50503 SET NAMES utf8mb4 */;
11/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
12/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
13
14-- Dumping structure for table mond434world.z_custom_extended_costs
15CREATE TABLE IF NOT EXISTS `z_custom_extended_costs` (
16 `entry` int(11) NOT NULL DEFAULT 0,
17 `ispreview` int(11) DEFAULT 0,
18 `reqitem1` int(11) DEFAULT 0,
19 `reqitem2` int(11) DEFAULT 0,
20 `reqitem3` int(11) DEFAULT 0,
21 `reqitem4` int(11) DEFAULT 0,
22 `reqitem5` int(11) DEFAULT 0,
23 `reqitem6` int(11) DEFAULT 0,
24 `reqitemcount1` int(11) DEFAULT 0,
25 `reqitemcount2` int(11) DEFAULT 0,
26 `reqitemcount3` int(11) DEFAULT 0,
27 `reqitemcount4` int(11) DEFAULT 0,
28 `reqitemcount5` int(11) DEFAULT 0,
29 `reqitemcount6` int(11) DEFAULT 0,
30 `reqmg` int(11) DEFAULT 0,
31 `reqvp` int(11) DEFAULT 0,
32 `reqhonor` int(11) DEFAULT 0,
33 `reqarena` int(11) DEFAULT 0,
34 PRIMARY KEY (`entry`),
35 UNIQUE KEY `entry` (`entry`)
36) ENGINE=InnoDB DEFAULT CHARSET=latin1;
37
38-- Data exporting was unselected.
39-- Dumping structure for table mond434world.z_custom_spell_damages
40CREATE TABLE IF NOT EXISTS `z_custom_spell_damages` (
41 `spellId` int(11) DEFAULT NULL,
42 `damageFlat` int(11) DEFAULT NULL,
43 `multiplier` int(11) DEFAULT NULL
44) ENGINE=InnoDB DEFAULT CHARSET=latin1;
45
46-- Data exporting was unselected.
47/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
48/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
49/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;