diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-29 19:30:50 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-04 19:01:41 +0100 |
commit | de0cdc2214df0f2dc27b4ba81c4f3ecbac7ec7e5 (patch) | |
tree | 315f4406f61bc0123065dcad9c75ecbdc6c36177 | |
parent | 22b6b722878e7ac374ef3d92f8ffba9506881843 (diff) |
DB/SAI: fix wrong faction in script introduced in 927d002.
Thanks dr-j for noticing.
(cherry picked from commit 864171034e9158e383b15591aa18c63f2e75bc10)
-rw-r--r-- | sql/updates/world/master/2017_03_04_05_world_2016_09_29_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_04_05_world_2016_09_29_01_world.sql b/sql/updates/world/master/2017_03_04_05_world_2016_09_29_01_world.sql new file mode 100644 index 00000000000..575c3963b16 --- /dev/null +++ b/sql/updates/world/master/2017_03_04_05_world_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; |