diff options
| author | offl <offl@users.noreply.github.com> | 2021-08-11 00:45:00 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-08-11 00:45:00 +0300 |
| commit | bfb7a45600757521875626bba4ee459470031955 (patch) | |
| tree | 0585e3fa983d51c6d55610fe1f3bf8c99e831edd | |
| parent | a5556d84b82c73b5340afa5dd24f2fde595eaa6c (diff) | |
DB/Creature: Add missing aura to Ghost of the Past
| -rw-r--r-- | sql/updates/world/3.3.5/2021_08_10_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_08_10_06_world.sql b/sql/updates/world/3.3.5/2021_08_10_06_world.sql new file mode 100644 index 00000000000..58851cc6688 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_10_06_world.sql @@ -0,0 +1,2 @@ +-- Ghost of the Past +UPDATE `creature_template_addon` SET `auras` = "17327 12556" WHERE `entry` = 10940; |
