diff options
author | Rushor <Rushor@users.noreply.github.com> | 2017-01-14 19:21:54 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-01-14 19:21:54 +0100 |
commit | d318ba1e8760fe0efb3413b90144b1ea9314b71a (patch) | |
tree | f37dfcdddefc56b9da00f2b950daa16adb9ab79c | |
parent | f06afc5c1efbd4e71634d44a9bd7ff44823dc0d0 (diff) |
DB/Creature: Pyroguard Emberseer
Closes #18837
-rw-r--r-- | sql/updates/world/3.3.5/2017_01_14_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_14_07_world.sql b/sql/updates/world/3.3.5/2017_01_14_07_world.sql new file mode 100644 index 00000000000..3dccb2baf69 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_14_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1`=20 WHERE `creature_id`=9816; |