diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-03-23 01:33:45 +0100 |
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2015-03-24 10:30:57 +0000 |
| commit | e26ddf79ce15321762bce456ad70384f9e943f7c (patch) | |
| tree | 08fb9664a9afbdd7b76d9457baf9ffd58ec2b35e | |
| parent | d90a161619a96f8259a4d2052f6524393f7245e8 (diff) | |
DB/Creature: Guard Roberts
By Killyana, closes #13676
(cherry picked from commit 5ae6b9dc504d2ce6170b1b504ee8f60dacb0abd4)
| -rw-r--r-- | sql/updates/world/2015_03_23_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_23_05_world.sql b/sql/updates/world/2015_03_23_05_world.sql new file mode 100644 index 00000000000..e574ff22bea --- /dev/null +++ b/sql/updates/world/2015_03_23_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `unit_flags`=4104 WHERE `id`=12423; |
