Skip to content

Commit

Permalink
Add playercreateinfo data
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Dec 18, 2024
1 parent dba62f7 commit c26bddb
Showing 1 changed file with 123 additions and 0 deletions.
123 changes: 123 additions & 0 deletions data/sql/db-world/updates/smartstone_playercreateinfo.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
DELETE FROM `playercreateinfo_item` WHERE `itemid`=32547;
INSERT INTO `playercreateinfo_item` (`race`, `class`, `itemid`, `amount`) VALUES
(0,0,32547,1),
(0,1,32547,1),
(0,2,32547,1),
(0,3,32547,1),
(0,4,32547,1),
(0,5,32547,1),
(0,6,32547,1),
(0,7,32547,1),
(0,8,32547,1),
(0,9,32547,1),
(0,11,32547,1),
(1,0,32547,1),
(1,1,32547,1),
(1,2,32547,1),
(1,3,32547,1),
(1,4,32547,1),
(1,5,32547,1),
(1,6,32547,1),
(1,7,32547,1),
(1,8,32547,1),
(1,9,32547,1),
(1,11,32547,1),
(2,0,32547,1),
(2,1,32547,1),
(2,2,32547,1),
(2,3,32547,1),
(2,4,32547,1),
(2,5,32547,1),
(2,6,32547,1),
(2,7,32547,1),
(2,8,32547,1),
(2,9,32547,1),
(2,11,32547,1),
(3,0,32547,1),
(3,1,32547,1),
(3,2,32547,1),
(3,3,32547,1),
(3,4,32547,1),
(3,5,32547,1),
(3,6,32547,1),
(3,7,32547,1),
(3,8,32547,1),
(3,9,32547,1),
(3,11,32547,1),
(4,0,32547,1),
(4,1,32547,1),
(4,2,32547,1),
(4,3,32547,1),
(4,4,32547,1),
(4,5,32547,1),
(4,6,32547,1),
(4,7,32547,1),
(4,8,32547,1),
(4,9,32547,1),
(4,11,32547,1),
(5,0,32547,1),
(5,1,32547,1),
(5,2,32547,1),
(5,3,32547,1),
(5,4,32547,1),
(5,5,32547,1),
(5,6,32547,1),
(5,7,32547,1),
(5,8,32547,1),
(5,9,32547,1),
(5,11,32547,1),
(6,0,32547,1),
(6,1,32547,1),
(6,2,32547,1),
(6,3,32547,1),
(6,4,32547,1),
(6,5,32547,1),
(6,6,32547,1),
(6,7,32547,1),
(6,8,32547,1),
(6,9,32547,1),
(6,11,32547,1),
(7,0,32547,1),
(7,1,32547,1),
(7,2,32547,1),
(7,3,32547,1),
(7,4,32547,1),
(7,5,32547,1),
(7,6,32547,1),
(7,7,32547,1),
(7,8,32547,1),
(7,9,32547,1),
(7,11,32547,1),
(8,0,32547,1),
(8,1,32547,1),
(8,2,32547,1),
(8,3,32547,1),
(8,4,32547,1),
(8,5,32547,1),
(8,6,32547,1),
(8,7,32547,1),
(8,8,32547,1),
(8,9,32547,1),
(8,11,32547,1),
(10,0,32547,1),
(10,1,32547,1),
(10,2,32547,1),
(10,3,32547,1),
(10,4,32547,1),
(10,5,32547,1),
(10,6,32547,1),
(10,7,32547,1),
(10,8,32547,1),
(10,9,32547,1),
(10,11,32547,1),
(11,0,32547,1),
(11,1,32547,1),
(11,2,32547,1),
(11,3,32547,1),
(11,4,32547,1),
(11,5,32547,1),
(11,6,32547,1),
(11,7,32547,1),
(11,8,32547,1),
(11,9,32547,1),
(11,11,32547,1);

0 comments on commit c26bddb

Please sign in to comment.