Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Database: Added script name
Browse files Browse the repository at this point in the history
-[ci skip]
  • Loading branch information
AriDEV3 committed Nov 23, 2023
1 parent 39369c3 commit bb5faca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/2023_11_23_world_00.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ DELETE FROM `creature_text` WHERE `entry` IN (54567, 54943);
INSERT INTO `creature_text` (`entry`, `text`, `type`, `probability`) VALUES
(54567, 'A challenge in compassion and humility. By helping Merchant Lorvo, it would seem you\'ve passed, $c. Master Shang would be pleased.', 12, 100),
(54943, 'Shhhh! Come quietly. She\'s practicing.', 12, 100);

DELETE FROM `areatrigger_scripts` WHERE `entry`=7748;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
(7748, 'at_fus_pond');

0 comments on commit bb5faca

Please sign in to comment.