diff options
-rw-r--r-- | sql/updates/world/3.3.5/2023_04_06_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_04_06_04_world.sql b/sql/updates/world/3.3.5/2023_04_06_04_world.sql new file mode 100644 index 00000000000..47b0d57d8f1 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_04_06_04_world.sql @@ -0,0 +1,5 @@ +-- Remove PvPFlags for Cavedweller Worg +UPDATE `creature_template_addon` SET `PvPFlags`=0 WHERE `entry`=30164; + +-- update worg fur drop rate +UPDATE `creature_loot_template` SET `Chance`=27 WHERE `Item`=42510 AND `Entry`=30164; |