mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10220] Fixed typos in mangos.sql
* Typos in `1playercreateinfo_*` tables. Thanks to Astoria. * Lost recent field rename in `item_template`. Thanks to bobi88.
This commit is contained in:
parent
5a1a40719c
commit
98ae9efbc6
2 changed files with 5 additions and 5 deletions
|
|
@ -2200,7 +2200,7 @@ CREATE TABLE `item_template` (
|
|||
`displayid` mediumint(8) unsigned NOT NULL default '0',
|
||||
`Quality` tinyint(3) unsigned NOT NULL default '0',
|
||||
`Flags` int(10) unsigned NOT NULL default '0',
|
||||
`Faction` int(11) UNSIGNED NOT NULL default '0',
|
||||
`Flags2` int(11) unsigned NOT NULL default '0',
|
||||
`BuyCount` tinyint(3) unsigned NOT NULL default '1',
|
||||
`BuyPrice` int(10) unsigned NOT NULL default '0',
|
||||
`SellPrice` int(10) unsigned NOT NULL default '0',
|
||||
|
|
@ -10333,7 +10333,7 @@ INSERT INTO `playercreateinfo_action` VALUES
|
|||
(1,4,3,2764,0),
|
||||
(1,4,10,59752,0),
|
||||
(1,5,0,585,0),
|
||||
(1,5,1,2050,,0),
|
||||
(1,5,1,2050,0),
|
||||
(1,5,9,59752,0),
|
||||
(1,6,0,6603,0),
|
||||
(1,6,1,49576,0),
|
||||
|
|
@ -10413,7 +10413,7 @@ INSERT INTO `playercreateinfo_action` VALUES
|
|||
(3,5,0,585,0),
|
||||
(3,5,1,2050,0),
|
||||
(3,5,2,20594,0),
|
||||
(3,5,3,2481,0);
|
||||
(3,5,3,2481,0),
|
||||
(3,6,0,6603,0),
|
||||
(3,6,1,49576,0),
|
||||
(3,6,2,45477,0),
|
||||
|
|
@ -10802,7 +10802,7 @@ INSERT INTO `playercreateinfo_spell` VALUES
|
|||
(1,2,58985,'Perception'),
|
||||
(1,2,59752,'Every Man for Himself'),
|
||||
(1,2,61437,'Opening'),
|
||||
(1 2,68398, 'Opening'),
|
||||
(1,2,68398,'Opening'),
|
||||
(1,4,81,'Dodge'),
|
||||
(1,4,203,'Unarmed'),
|
||||
(1,4,204,'Defense'),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10219"
|
||||
#define REVISION_NR "10220"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue