Core/Players: Add more Haranir data

This commit is contained in:
Shauren
2026-03-07 20:17:57 +01:00
parent 85d79d1564
commit d6faa2de3b
3 changed files with 22 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `player_racestats` WHERE `race` IN (86,91);
INSERT INTO `player_racestats` (`race`,`str`,`agi`,`sta`,`inte`,`spi`) VALUES
(86,0,0,0,0,0),
(91,0,0,0,0,0);