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

Commit

Permalink
Database: Fix database errors.
Browse files Browse the repository at this point in the history
-[ci skip]
  • Loading branch information
AriDEV3 committed Oct 29, 2023
1 parent 2a03353 commit 78f857b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sql/updates/world/2023_10_29_world_02.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
-- Savannah Prowler
UPDATE `creature_template` SET `skinloot`=3425 WHERE `entry`=3425;

-- Echeyakee
UPDATE `creature_template` SET `skinloot`=3475 WHERE `entry`=3475;

-- Raging Agam'ar
DELETE FROM `creature_template` WHERE `entry`=4514;

-- Ravasaur
UPDATE `creature_template` SET `skinloot`=6505 WHERE `entry`=6505;

-- Sian-Rotam
UPDATE `creature_template` SET `skinloot`=10741 WHERE `entry`=10741;

-- Elder Springpaw
UPDATE `creature_template` SET `skinloot`=15652 WHERE `entry`=15652;

0 comments on commit 78f857b

Please sign in to comment.