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:
anguaive
2021-07-09 10:05:12 +02:00
committed by GitHub
parent 439a9403ac
commit b28367697b

View File

@@ -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;