Skip to content

Commit

Permalink
DB/Player: Add dummy stat values for demon hunter levels 1-7
Browse files Browse the repository at this point in the history
  • Loading branch information
AzgathCore authored May 23, 2021
1 parent d873474 commit 7fbbbfe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sql/updates/world/2021_05_22_01_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DELETE FROM `player_classlevelstats` WHERE `class`=12 AND `level`<8;
INSERT INTO `player_classlevelstats` (`class`, `level`, `str`, `agi`, `sta`, `inte`) VALUES
(12,1,14,15,11,8),
(12,2,16,17,12,9),
(12,3,17,18,12,10),
(12,4,17,19,13,10),
(12,5,17,19,13,10),
(12,6,17,19,13,10),
(12,7,19,20,14,11);

0 comments on commit 7fbbbfe

Please sign in to comment.