Skip to content

Commit c65bd88

Browse files
committed
Setup/RandPropPoints
* refer to correct dbc file to get item level scaling for random enchantments
1 parent 2eaed47 commit c65bd88

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

setup/db_structure.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3138,7 +3138,7 @@ UNLOCK TABLES;
31383138

31393139
LOCK TABLES `aowow_dbversion` WRITE;
31403140
/*!40000 ALTER TABLE `aowow_dbversion` DISABLE KEYS */;
3141-
INSERT INTO `aowow_dbversion` VALUES (1608244865,0,NULL,NULL);
3141+
INSERT INTO `aowow_dbversion` VALUES (1609244310,0,NULL,NULL);
31423142
/*!40000 ALTER TABLE `aowow_dbversion` ENABLE KEYS */;
31433143
UNLOCK TABLES;
31443144

setup/tools/sqlgen/itemrandomproppoints.func.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use TrDBCcopy;
1313

1414
protected $command = 'itemrandomproppoints';
15-
protected $dbcSourceFiles = ['itemrandomproperties'];
15+
protected $dbcSourceFiles = ['randproppoints'];
1616
});
1717

1818
?>

setup/updates/1609244309_01.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DROP TABLE aowow_itemrandomproppoints;
2+
UPDATE aowow_dbversion SET `sql` = CONCAT(IFNULL(`sql`, ''), ' itemrandomproppoints');

0 commit comments

Comments
 (0)