diff options
author | Ovahlord <dreadkiller@gmx.de> | 2024-08-05 11:30:17 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-08-05 11:30:17 +0200 |
commit | bfa06abe773e53363c30e3916edd54c4d25a1791 (patch) | |
tree | e6559607a0a838a17b88a238d549791b64ad02c1 | |
parent | 1cde61455319dbfe815bdbe1c4d5f66309da510c (diff) |
DB/Player: corrected race stats for Night Elfs
* They were lifting a little bit too much at the gym
-rw-r--r-- | sql/updates/world/cata_classic/2024_08_05_09_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_08_05_09_world.sql b/sql/updates/world/cata_classic/2024_08_05_09_world.sql new file mode 100644 index 00000000000..e08a79053c4 --- /dev/null +++ b/sql/updates/world/cata_classic/2024_08_05_09_world.sql @@ -0,0 +1 @@ +UPDATE `player_racestats` SET `str`= -4, `agi`= 4, `sta`= 0, `inte`= 0, `spi`= 0 WHERE `race`= 4; |