mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Player: corrected race stats for Night Elfs
* They were lifting a little bit too much at the gym
This commit is contained in:
1
sql/updates/world/cata_classic/2024_08_05_09_world.sql
Normal file
1
sql/updates/world/cata_classic/2024_08_05_09_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `player_racestats` SET `str`= -4, `agi`= 4, `sta`= 0, `inte`= 0, `spi`= 0 WHERE `race`= 4;
|
||||
Reference in New Issue
Block a user