mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 13:37:08 +00:00
My bad
This commit is contained in:
parent
4942544127
commit
3718356e1f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_12741_01_mangos required_12751_01_mangos_phase bit;
|
||||
|
||||
DROP TABLE IF EXISTS `phase_definitions`;
|
||||
CREATE TABLE `phase_definitions` (
|
||||
`zoneId` mediumint(7) unsigned NOT NULL DEFAULT '0',
|
||||
|
|
@ -20,5 +22,3 @@ CREATE TABLE `spell_phase` (
|
|||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
DROP TABLE IF EXISTS `quest_phase_maps`;
|
||||
|
||||
ALTER TABLE db_version CHANGE COLUMN required_12741_01_mangos required_12751_01_mangos_phase bit;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12750"
|
||||
#define REVISION_NR "12751"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue