mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[12188] Missing INSERT
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
4049442c80
commit
29c80cb229
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ ALTER TABLE db_version CHANGE COLUMN required_12185_01_mangos_item_template requ
|
|||
|
||||
DELETE FROM `item_template` WHERE entry IN (129,6121,6122,6137,6138,20891,20892,20893,20894,20895,20896,20898,20899,20900,20977,20978,20980,23322,23344,23346,23347,23348,23474,23475,23477,23478,23479,24145,24146,28979,49778,50055,50057);
|
||||
|
||||
INSERT INTO `item_template` VALUES
|
||||
(129,4,1,-1,'Rugged Trapper\'s Boots',9977,1,0,8192,1.0391,1,1,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0,0,0),
|
||||
(6121,4,1,-1,'Recruit\'s Pants',9984,1,0,8192,0.9765,1,1,1,7,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0,0,0),
|
||||
(6122,4,1,-1,'Recruit\'s Boots',9985,1,0,8192,0.9801,1,1,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0,0,0),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12187"
|
||||
#define REVISION_NR "12188"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue