DB/Creature: Tivax the Breaker

(cherry picked from commit c6d7994445)
This commit is contained in:
Killyana
2017-07-08 18:55:29 +02:00
committed by Shauren
parent db80892a41
commit befbfbb655

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `pool_template` WHERE `entry`=377;
INSERT INTO pool_template (`entry`,`max_limit`,`description`) VALUES
(377,1, 'Tivax the Breaker (1 out 2)');
DELETE FROM `pool_creature` WHERE `pool_entry`=377;
INSERT INTO pool_creature(`guid`,`pool_entry`,`chance`,`description`) VALUES
(109685,377,0, 'Tivax the Breaker 1'),
(109693,377,0, 'Tivax the Breaker 2');