diff options
| author | Killyana <morphone1@gmail.com> | 2016-04-15 19:05:45 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-04-15 19:05:45 +0200 |
| commit | 020a09190157235a28fdaf36e42cd263b22295de (patch) | |
| tree | 2cd3c2cd54c444bbf50ece9c9785bd3e0abb31ac | |
| parent | 385b9d5b89c846ca9579063b4a40ee50a92c373a (diff) | |
DB/SAI: Fix phasing action for The Brothers Bronzebeard
| -rw-r--r-- | sql/updates/world/2016_04_14_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_14_02_world.sql b/sql/updates/world/2016_04_14_02_world.sql new file mode 100644 index 00000000000..5aca3fdd938 --- /dev/null +++ b/sql/updates/world/2016_04_14_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=16 WHERE `entryorguid`=3038200 AND `source_type`=9 AND `id`=2; |
