diff options
| author | Filip <boev.filip@gmail.com> | 2013-09-28 18:19:33 +0200 |
|---|---|---|
| committer | Filip <boev.filip@gmail.com> | 2013-09-28 18:19:33 +0200 |
| commit | 6711ba0bd85b6908d908ca127274c5c409dbad64 (patch) | |
| tree | 5d2c2fb05a72ee011f944a1f57ae0fcb768f11a0 | |
| parent | 18bf68ad7e6da7cdad611b1cc78cb15cfd11413e (diff) | |
DB/Update: Pet spells
| -rw-r--r-- | sql/updates/world/2013_09_28_01_world_update.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_28_01_world_update.sql b/sql/updates/world/2013_09_28_01_world_update.sql new file mode 100644 index 00000000000..43720dbab22 --- /dev/null +++ b/sql/updates/world/2013_09_28_01_world_update.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `spell1` = 52497, `spell2` = 52510 WHERE `entry` = 28843; |
