diff options
| author | CraftedRO <24683355+CraftedRO@users.noreply.github.com> | 2024-12-05 21:22:40 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-12-05 21:22:40 +0100 |
| commit | b7bbc42c14ccb1dfe002db831121f6c6263c4d6e (patch) | |
| tree | 5b707fee76683bbdf59b6405b46b989cb03e5e7f /sql/updates | |
| parent | 4e09333374f10adb297acf6420e58977c4e714ce (diff) | |
DB/Creature: Update Draenei Youngling PvPFlags
Closes #30479
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2024_12_05_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_12_05_03_world.sql b/sql/updates/world/3.3.5/2024_12_05_03_world.sql new file mode 100644 index 00000000000..25ba04bde96 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_12_05_03_world.sql @@ -0,0 +1,2 @@ +-- Update Draenei Youngling PvPFlags +UPDATE `creature_template_addon` SET `PvPFlags`=0x1 WHERE `entry`=17587; |
