diff options
| author | offl <offl@users.noreply.github.com> | 2022-08-04 19:01:15 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-09-05 22:23:02 +0200 |
| commit | 78fb0bdef2ca3b5d14141460146bd7a0a023de85 (patch) | |
| tree | c93a4b73b5ac253c9a95857de06b857001214864 | |
| parent | bd74524d4c150c5dbaac850a8965d2953953a8f6 (diff) | |
DB/Creature: Adjust General Lightsbane's damage
(cherry picked from commit 56eff06526a1383ea5b25ab8d6ac86eed4b1b8f6)
| -rw-r--r-- | sql/updates/world/master/2022_09_05_25_world_2022_08_04_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_05_25_world_2022_08_04_00_world.sql b/sql/updates/world/master/2022_09_05_25_world_2022_08_04_00_world.sql new file mode 100644 index 00000000000..c9197ca6c21 --- /dev/null +++ b/sql/updates/world/master/2022_09_05_25_world_2022_08_04_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry` = 29851; |
