mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Creature): Fix Void Critters spawn time (#7392)
* Create rev_1629136958569150200.sql * Update data/sql/updates/pending_db_world/rev_1629136958569150200.sql Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629136958569150200');
|
||||
|
||||
UPDATE `creature` SET `spawntimesecs` = 30 WHERE (`id` = 17887);
|
||||
Reference in New Issue
Block a user