Skip to content

Commit 5d0edd2

Browse files
authored
Update 20241208211202_world.sql
1 parent 7974a5b commit 5d0edd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/migrations/20241208211202_world.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,8 @@ UPDATE `creature` SET `movement_type` = 1, `wander_distance` = 10 WHERE `guid` I
265265
DELETE FROM `skinning_loot_template` WHERE `entry` = 100003;
266266
UPDATE `creature_template` SET `skinning_loot_id` = 0 WHERE `entry` = 8204;
267267

268-
-- Remove 100% chance from serpentbloom pools and correct count 12
268+
-- Correct Serpentbloom Spawns Ammount
269269
UPDATE `pool_template` SET `max_limit` = 13 WHERE `entry` = 4893;
270-
UPDATE `pool_gameobject` SET `chance` = 0 WHERE DESCRIPTION LIKE "%serpentbloom%";
271270

272271

273272
-- End of migration.

0 commit comments

Comments
 (0)