diff options
| author | Killyana <morphone1@gmail.com> | 2017-02-19 22:15:49 +0100 |
|---|---|---|
| committer | ShinDarth <borzifrancesco@gmail.com> | 2017-02-19 22:20:30 +0100 |
| commit | e297b159bcdfe91ddceef76ef72a756c2c874ad3 (patch) | |
| tree | ae87ad4b1b09ca5a7265427305b28f87753b024f | |
| parent | 231d9928a62d33ccb75c106a581d42eb57858155 (diff) | |
Fix git commit author
| -rw-r--r-- | data/sql/updates/pending_db_world/rev_1487539097855457000.sql (renamed from data/sql/updates/pending_db_world/rev_1487536974074350400.sql) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1487536974074350400.sql b/data/sql/updates/pending_db_world/rev_1487539097855457000.sql index 8c4ea01707..e6438b301c 100644 --- a/data/sql/updates/pending_db_world/rev_1487536974074350400.sql +++ b/data/sql/updates/pending_db_world/rev_1487539097855457000.sql @@ -1,4 +1,4 @@ -INSERT INTO version_db_world (`sql_rev`) VALUES ('1487536974074350400'); +INSERT INTO version_db_world (`sql_rev`) VALUES ('1487539097855457000'); UPDATE `creature_template` SET `ainame`='SmartAI', `scriptname`='' WHERE `entry`=7774; DELETE FROM `smart_scripts` WHERE `entryorguid`=7774 AND `source_type`=0; @@ -30,11 +30,11 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_ (7774,0,18,0,61,0,100,0,4,7774,0,0,41,10000,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shay Leafrunner - On Text Over Line 4 - Despawn after 10 seconds'); DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=11402; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (13, 1, 11402, 0, 0, 31, 0, 3, 7774, 0, 0, 0, 0, '', 'Shays Bell targets Shay Leafrunner'); DELETE FROM `creature_text` WHERE `entry`IN(7774,7765); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES (7774, 0, 0, 'Don''t forget to get my bell out of the chest here. And remember, if do happen to wander off, just ring it and i''ll find you again.', 12, 0, 100, 0, 0, 0, 3921, 0, 'Shay Leafrunner'), (7774, 1, 0, 'This is quite an adventure!', 12, 0, 100, 0, 0, 0, 3914, 0, 'Shay Leafrunner'), (7774, 1, 1, 'Oh, I wandered off again. I''m sorry.', 12, 0, 100, 0, 0, 0, 3913, 0, 'Shay Leafrunner'), @@ -46,4 +46,4 @@ INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language (7774, 3, 2, 'These trees are quite glorious, aren''t they? ', 12, 0, 100, 0, 0, 0, 3908, 0, 'Shay Leafrunner'), (7774, 3, 3, 'Are you sure this is the right way? Maybe we should go this way instead...', 12, 0, 100, 0, 0, 0, 3909, 0, 'Shay Leafrunner'), (7774, 4, 0, 'Oh, here you are, Rockbiter! I''m sorry, I know I''m not supposed to wander off.', 12, 0, 100, 0, 0, 0, 3917, 0, 'Shay Leafrunner'), -(7765, 0, 0, 'I''m glad yer back, Shay. Please, don''t ever run off like that again! What would i tell yer parents if I lost ya?"', 12, 0, 100, 0, 0, 0, 3922, 0, 'Shay Leafrunner');
\ No newline at end of file +(7765, 0, 0, 'I''m glad yer back, Shay. Please, don''t ever run off like that again! What would i tell yer parents if I lost ya?"', 12, 0, 100, 0, 0, 0, 3922, 0, 'Shay Leafrunner'); |
