diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-29 19:30:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-29 19:30:50 +0200 |
| commit | 864171034e9158e383b15591aa18c63f2e75bc10 (patch) | |
| tree | 7b01d223a76efacef31db8f59ae08377a72e81bd | |
| parent | 5441f2a3be6b9dda7804e4a8cfa380d393db828b (diff) | |
DB/SAI: fix wrong faction in script introduced in 927d002.
Thanks dr-j for noticing.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_29_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_29_01_world.sql b/sql/updates/world/3.3.5/2016_09_29_01_world.sql new file mode 100644 index 00000000000..575c3963b16 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_29_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=14, `comment`="\"Crowleg\" Dan - On Script - Set Faction to 14" WHERE `entryorguid`=2471300 AND `id`=2; |
