diff options
author | Killyana <morphone1@gmail.com> | 2020-05-18 00:56:52 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-05-18 00:56:52 +0200 |
commit | 2665fd5ab54b3040ab36bcba25b3929d5f11e8d4 (patch) | |
tree | cf574971dc3871151da2ae21347a191a994bf847 | |
parent | 049cba3ace198ec74a2014e233b33aafbf749a53 (diff) |
DB/SAI: Fel Guard Hound
Ref #24638
-rw-r--r-- | sql/updates/world/3.3.5/2020_05_17_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_17_06_world.sql b/sql/updates/world/3.3.5/2020_05_17_06_world.sql new file mode 100644 index 00000000000..3c67e655d7b --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_17_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_type`=63, `comment`="Fel Guard Hound - On Just Created - Set Event Phase 1" WHERE `entryorguid`=21847 AND`source_type`=0 AND `id`=0; |