mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/pool): remove redundant Meshlok creature pool (#6779)
Pool id 1211 is redundant and it needlessly reduces the spawn chance of Meshlok. Rare creature spawn chance should be handled exclusively by SAI - Closes #6745 - Closes https://github.com/chromiecraft/chromiecraft/issues/1098 Fix by @T1ti
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625601630306437708');
|
||||
|
||||
DELETE FROM `pool_creature` WHERE `pool_entry`=1211;
|
||||
DELETE FROM `pool_template` WHERE `entry`=1211;
|
||||
Reference in New Issue
Block a user