mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Core/Players: Add more Haranir data
This commit is contained in:
4
sql/updates/world/master/2026_03_07_01_world.sql
Normal file
4
sql/updates/world/master/2026_03_07_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user