diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-01 22:43:17 +0200 |
|---|---|---|
| committer | SnapperRy <snapperryen@gmail.com> | 2016-10-01 22:43:43 +0200 |
| commit | 4147312d29928a42735840f2a5e15ce87e0c12d1 (patch) | |
| tree | 6c66a18c8afe8bfd0924a123a6ccafd476818139 /sql | |
| parent | 76e9ccba6a3db4ba73e83df6557a9f359754d071 (diff) | |
Script/Quest: fix text for creature Gelkak involved in quest Gyromast's Revenge.
Gelkak is supposed to say it, not The Threshwackonator 4100.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_01_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_01_05_world.sql b/sql/updates/world/3.3.5/2016_10_01_05_world.sql new file mode 100644 index 00000000000..9b7a52b8ea0 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_01_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `entry`=6667, `groupid`=0 WHERE `entry`=6669 AND `groupid`=1; |
