mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Tivax the Breaker
This commit is contained in:
9
sql/updates/world/3.3.5/2017_07_08_00_world.sql
Normal file
9
sql/updates/world/3.3.5/2017_07_08_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user