Skip to content

Commit 0e571a2

Browse files
committed
feat. update README.md
1 parent 781ede4 commit 0e571a2

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed
File renamed without changes.

.github/README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
2+
23
## BetterItemReloading
3-
- Latest build status with azerothcore: [![Build Status](https://github.com/azerothcore/mod-better-item-reloading/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/azerothcore/mod-better-item-reloading)
44

5-
BetterItemReloading is a C++ Azerothcore module which allows to reload items on the server side and as much as possible on the client side of WoW 3.3.5.<br>
6-
<br>
7-
Sadly some things are cached on the client which can't be properly invalidated and need DBC file changes.<br>
8-
The following things must be changed in DBC files: <br>
5+
- Latest build status with azerothcore:
6+
7+
[![Build Status](https://github.com/azerothcore/mod-better-item-reloading/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/azerothcore/mod-better-item-reloading)
8+
9+
BetterItemReloading is a C++ Azerothcore module which allows to reload items on the server side and as much as possible on the client side of WoW 3.3.5.
10+
11+
Sadly some things are cached on the client which can't be properly invalidated and need DBC file changes.
12+
13+
The following things must be changed in DBC files:
14+
915
* ItemClass
1016
* ItemSubClass
1117
* sound_override_subclassid
1218
* MaterialID
1319
* ItemDisplayInfo
1420
* InventorySlotID
1521
* SheathID
16-
<br>
22+
1723
Multiple items can be reloaded by splitting each entry id with a space like: .breload item 12345 23456 34567
18-
<br>
19-
<br>
20-
Here's an example how i change an item on the fly in the database and reload it without restarting anything:<br>
24+
25+
Here's an example how i change an item on the fly in the database and reload it without restarting anything:
26+
2127
<p>
2228
<img src="Example.gif" height="747" width="595" />
2329
</p>

0 commit comments

Comments
 (0)