mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
10
data/sql/updates/db_world/2024_08_31_01.sql
Normal file
10
data/sql/updates/db_world/2024_08_31_01.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2024_08_31_00 -> 2024_08_31_01
|
||||
UPDATE `item_template`
|
||||
SET `stat_type1` = 5,
|
||||
`stat_value1` = 20,
|
||||
`stat_type2` = 7,
|
||||
`stat_value2` = 13,
|
||||
`stat_type3` = 42,
|
||||
`stat_value3` = 25,
|
||||
`StatsCount` = 3
|
||||
WHERE (`entry` = 13113);
|
||||
Reference in New Issue
Block a user