mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
fix(DB/Creature): Pool Ethereum Jailor (#15289)
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
--
|
||||
UPDATE `creature` SET `spawntimesecs`=900, `wander_distance`=10, `MovementType`=1 WHERE `id1`=23008;
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry`=109 AND `description`='Ethereum Jailor (23008)';
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
|
||||
(109, 2, 'Ethereum Jailor (23008)');
|
||||
|
||||
DELETE FROM `pool_creature` WHERE `pool_entry`=109 AND `description`='Ethereum Jailor (23008)';
|
||||
INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES
|
||||
(1975937, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975938, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975939, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975940, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975941, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975942, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975943, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975944, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975945, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975946, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975947, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975948, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975949, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975950, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975951, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975952, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975953, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975954, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975955, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975956, 109, 0, 'Ethereum Jailor (23008)'),
|
||||
(1975957, 109, 0, 'Ethereum Jailor (23008)');
|
||||
Reference in New Issue
Block a user