Skip to content

Commit

Permalink
Remove expire info from pet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Dec 24, 2024
1 parent ba6f256 commit b5ca174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sql/db-world/updates/smartstone_winter_pet.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SET
@AIName := "SmartAI",
@Duration := 1735700400,
@Enabled := 1,
@Description := "Winterveil Helper (7 days)";
@Description := "Winterveil Helper";

DELETE FROM `creature_template` WHERE `entry` = @Entry;
INSERT INTO `creature_template` (`entry`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `scale`, `rank`, `dmgschool`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `AIName`, `MovementType`, `HoverHeight`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`) VALUES
Expand Down

0 comments on commit b5ca174

Please sign in to comment.