Skip to content

Commit

Permalink
Setup/RandPropPoints
Browse files Browse the repository at this point in the history
 * refer to correct dbc file to get item level scaling for random enchantments
  • Loading branch information
Sarjuuk committed Dec 29, 2020
1 parent 2eaed47 commit c65bd88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/db_structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3138,7 +3138,7 @@ UNLOCK TABLES;

LOCK TABLES `aowow_dbversion` WRITE;
/*!40000 ALTER TABLE `aowow_dbversion` DISABLE KEYS */;
INSERT INTO `aowow_dbversion` VALUES (1608244865,0,NULL,NULL);
INSERT INTO `aowow_dbversion` VALUES (1609244310,0,NULL,NULL);
/*!40000 ALTER TABLE `aowow_dbversion` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down
2 changes: 1 addition & 1 deletion setup/tools/sqlgen/itemrandomproppoints.func.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use TrDBCcopy;

protected $command = 'itemrandomproppoints';
protected $dbcSourceFiles = ['itemrandomproperties'];
protected $dbcSourceFiles = ['randproppoints'];
});

?>
2 changes: 2 additions & 0 deletions setup/updates/1609244309_01.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DROP TABLE aowow_itemrandomproppoints;
UPDATE aowow_dbversion SET `sql` = CONCAT(IFNULL(`sql`, ''), ' itemrandomproppoints');

0 comments on commit c65bd88

Please sign in to comment.