mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Fix typo on 077c6e1
This commit is contained in:
@@ -42,7 +42,7 @@ INSERT INTO `pickpocketing_loot_template` VALUES
|
||||
(@SOULEATER, 27854, 8, 1, 0, 1, 1);
|
||||
|
||||
-- Pool_template for Eredar Soul Eater Spawns
|
||||
DELETE FROM `pool_template` WHERE entry = 1161;
|
||||
DELETE FROM `pool_template` WHERE entry = @POOL;
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
|
||||
(@POOL, 2, 'Eredar Soul-Eater');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user