diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2024-12-15 09:33:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 09:33:05 +0100 |
| commit | 0ae14336512eee2aa668529484ea6f3563250add (patch) | |
| tree | 1468e098391a63e943a3fec29f0061ebd29a327a | |
| parent | 21a4acfb283f1301dadef1d497aa00e7632276fe (diff) | |
DB/Creature: Buzzard
updates #30497 by CraftedRO
| -rw-r--r-- | sql/updates/world/3.3.5/2024_12_15_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_12_15_00_world.sql b/sql/updates/world/3.3.5/2024_12_15_00_world.sql new file mode 100644 index 00000000000..4c0133e0460 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_12_15_00_world.sql @@ -0,0 +1,2 @@ +-- Buzzard +UPDATE `creature_template_addon` SET `AnimTier`=3,`PvPFlags`=0 WHERE `entry`=2830; |
